#137232

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

Shades of Camarone #137232

Tints of Camarone #137232

Color information

#137232 (or 0x137232) is unknown color: approx Camarone. HEX triplet: 13, 72 and 32. RGB value is (19,114,50). Sum of RGB (Red+Green+Blue) = 19+114+50=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #137232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137232 is #EC8DCD. Grayscale: #4E4E4E. Windows color (decimal): -15502798 or 3306003. OLE color: 3306003.

HSL color Cylindrical-coordinate representation of color #137232: hue angle of 139.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137232 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1911450-
CMYK0.8300.560.55
HSL139.58º71.43%26.08%-
HSV(B)139.58º83.33%44.71%-
XYZ6.8612.45.05-
YUV78.3112.0385.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=10.38%
G=62.30%
B=27.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114500.8300.560.55139.5871.4326.08
Hex13723253038378c471a
Octal23162621230706721410732
Binary1001111100101100101010011011100011011110001100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137232; }

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

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

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

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

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

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

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

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