Html Css Color HEX #137232 Camarone

📋 copy color: '#137232'

red 19 ◦ green 114 ◦ blue 50

#137232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #137232

Tints of Camarone #137232

RGB

 RED value IS 19 (7.81% from 255) = 10.38%

 GREEN value IS 114 (44.92% from 255) = 62.3%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 10.38%
G = 62.3%
B = 27.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#137232 (or 0x137232) is known color: 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

RGB 19 114 50 -
CMYK 0.83 0 0.56 0.55
HSL 139.58º 0.71% 0.26% -
HSV(B) 139.58º 0.83% 0.45% -
XYZ 6.86 12.4 5.05 -
YUV 78.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 19 114 50 0.83 0 0.56 0.55 139.58 0.71 0.26
Hex 13 72 32 53 0 38 37 8C 47 1A
Octal 23 162 62 123 0 70 67 214 107 32
Binary 10011 1110010 110010 1010011 0 111000 110111 10001100 1000111 11010

Color Harmonies of #137232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137232

Black with #137232

Text Example


Text Example

White with #137232

Text Example


Text Example

HTML Codes & Css Web 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>