#137627

Color #137627 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #137627

Tints of Camarone #137627

Color information

#137627 (or 0x137627) is unknown color: approx Camarone. HEX triplet: 13, 76 and 27. RGB value is (19,118,39). Sum of RGB (Red+Green+Blue) = 19+118+39=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #137627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137627 is #EC89D8. Grayscale: #4F4F4F. Windows color (decimal): -15501785 or 2586131. OLE color: 2586131.

HSL color Cylindrical-coordinate representation of color #137627: hue angle of 132.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137627 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1911839-
CMYK0.8400.670.54
HSL132.12º72.26%26.86%-
HSV(B)132.12º83.9%46.27%-
XYZ7.1113.244.1-
YUV79.39105.284.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 118 (46.48% from 255) = 67.05%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=10.80%
G=67.05%
B=22.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118390.8400.670.54132.1272.2626.86
Hex137627540433684481b
Octal231664712401036620411033
Binary10011111011010011110101000100001111011010000100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137627; }

 p { color: rgb(19,118,39); }

 H1.HeaderClassName
 {
   color: #137627;
 }
 .AnyTagClassName
 {
   color: #137627;
 }
</style>
background-color css

<style>
 a { background-color: #137627; }

 a { background-color: rgb(19,118,39); }

 div.DivClassName
 {
   background-color: #137627;
 }
 .BgClassName
 {
   background-color: #137627;
 }
</style>
border-color css

<style>
 span { border-color: #137627; }

 span { border-color: rgb(19,118,39); }

 td.TdClassName
 {
   border-color: #137627;
 }
 .TagClassName
 {
   border-color: #137627;
 }
</style>