#137532

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

Shades of Camarone #137532

Tints of Camarone #137532

Color information

#137532 (or 0x137532) is unknown color: approx Camarone. HEX triplet: 13, 75 and 32. RGB value is (19,117,50). Sum of RGB (Red+Green+Blue) = 19+117+50=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #137532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137532 is #EC8ACD. Grayscale: #505050. Windows color (decimal): -15502030 or 3306771. OLE color: 3306771.

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

Color convert

RGB1911750-
CMYK0.8400.570.54
HSL138.98º72.06%26.67%-
HSV(B)138.98º83.76%45.88%-
XYZ7.2113.095.16-
YUV80.06111.0384.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 117 (46.09% from 255) = 62.90%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=10.22%
G=62.90%
B=26.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117500.8400.570.54138.9872.0626.67
Hex13753254039368b481b
Octal23165621240716621311033
Binary1001111101011100101010100011100111011010001011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137532; }

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

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

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

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

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

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

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

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