#137E36

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

Shades of Camarone #137E36

Tints of Camarone #137E36

Color information

#137E36 (or 0x137E36) is unknown color: approx Camarone. HEX triplet: 13, 7E and 36. RGB value is (19,126,54). Sum of RGB (Red+Green+Blue) = 19+126+54=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 126 (49.61% from 255 or 63.32% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 126 - color contains mainly: green. Hex color #137E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E36 is #EC81C9. Grayscale: #555555. Windows color (decimal): -15499722 or 3571219. OLE color: 3571219.

HSL color Cylindrical-coordinate representation of color #137E36: hue angle of 139.63º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137E36 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB1912654-
CMYK0.8500.570.51
HSL139.63º73.79%28.43%-
HSV(B)139.63º84.92%49.41%-
XYZ8.415.336.01-
YUV85.8110.0580.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 126 (49.61% from 255) = 63.32%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=9.55%
G=63.32%
B=27.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19126540.8500.570.51139.6373.7928.43
Hex137E3655039338c4a1c
Octal23176661250716321411234
Binary1001111111101101101010101011100111001110001100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137E36; }

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

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

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

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

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

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

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

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