#137C32

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

Shades of Camarone #137C32

Tints of Camarone #137C32

Color information

#137C32 (or 0x137C32) is unknown color: approx Camarone. HEX triplet: 13, 7C and 32. RGB value is (19,124,50). Sum of RGB (Red+Green+Blue) = 19+124+50=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #137C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C32 is #EC83CD. Grayscale: #545454. Windows color (decimal): -15500238 or 3308563. OLE color: 3308563.

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

Color convert

RGB1912450-
CMYK0.8500.600.51
HSL137.71º73.43%28.04%-
HSV(B)137.71º84.68%48.63%-
XYZ8.0514.785.45-
YUV84.17108.7181.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 124 (48.83% from 255) = 64.25%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=9.84%
G=64.25%
B=25.91%

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
Decimal19124500.8500.600.51137.7173.4328.04
Hex137C325503C338a491c
Octal23174621250746321211134
Binary1001111111001100101010101011110011001110001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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