#137736

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

Shades of Camarone #137736

Tints of Camarone #137736

Color information

#137736 (or 0x137736) is unknown color: approx Camarone. HEX triplet: 13, 77 and 36. RGB value is (19,119,54). Sum of RGB (Red+Green+Blue) = 19+119+54=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #137736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137736 is #EC88C9. Grayscale: #515151. Windows color (decimal): -15501514 or 3569427. OLE color: 3569427.

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

Color convert

RGB1911954-
CMYK0.8400.550.53
HSL141º72.46%27.06%-
HSV(B)141º84.03%46.67%-
XYZ7.5313.65.72-
YUV81.69112.3783.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=9.90%
G=61.98%
B=28.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119540.8400.550.5314172.4627.06
Hex13773654037358d481b
Octal23167661240676521511033
Binary1001111101111101101010100011011111010110001101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137736; }

 p { color: rgb(19,119,54); }

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

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

 a { background-color: rgb(19,119,54); }

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

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

 span { border-color: rgb(19,119,54); }

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