#137C31

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

Shades of Camarone #137C31

Tints of Camarone #137C31

Color information

#137C31 (or 0x137C31) is unknown color: approx Camarone. HEX triplet: 13, 7C and 31. RGB value is (19,124,49). Sum of RGB (Red+Green+Blue) = 19+124+49=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #137C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C31 is #EC83CE. Grayscale: #545454. Windows color (decimal): -15500239 or 3243027. OLE color: 3243027.

HSL color Cylindrical-coordinate representation of color #137C31: hue angle of 137.14º degrees, saturation: 0.73, 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 #137C31 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1912449-
CMYK0.8500.600.51
HSL137.14º73.43%28.04%-
HSV(B)137.14º84.68%48.63%-
XYZ8.0314.785.33-
YUV84.06108.2181.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 124 (48.83% from 255) = 64.58%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=9.90%
G=64.58%
B=25.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19124490.8500.600.51137.1473.4328.04
Hex137C315503C3389491c
Octal23174611250746321111134
Binary1001111111001100011010101011110011001110001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,124,49); }

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

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

 a { background-color: rgb(19,124,49); }

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

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

 span { border-color: rgb(19,124,49); }

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