Html Css Color HEX #137324 Camarone

📋 copy color: '#137324'

red 19 ◦ green 115 ◦ blue 36

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

Shades of Camarone #137324

Tints of Camarone #137324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 67.65%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 11.18%
G = 67.65%
B = 21.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#137324 (or 0x137324) is known color: Camarone. HEX triplet: 13, 73 and 24. RGB value is (19,115,36). Sum of RGB (Red+Green+Blue) = 19+115+36=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #137324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137324 is #EC8CDB. Grayscale: #4D4D4D. Windows color (decimal): -15502556 or 2388755. OLE color: 2388755.

HSL color Cylindrical-coordinate representation of color #137324: hue angle of 130.62º degrees, saturation: 0.72, 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 #137324 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 36 -
CMYK 0.83 0 0.69 0.55
HSL 130.63º 0.72% 0.26% -
HSV(B) 130.63º 0.83% 0.45% -
XYZ 6.72 12.53 3.73 -
YUV 77.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 19 115 36 0.83 0 0.69 0.55 130.63 0.72 0.26
Hex 13 73 24 53 0 45 37 83 48 1A
Octal 23 163 44 123 0 105 67 203 110 32
Binary 10011 1110011 100100 1010011 0 1000101 110111 10000011 1001000 11010

Color Harmonies of #137324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137324

Black with #137324

Text Example


Text Example

White with #137324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137324; }

 p { color: rgb(19,115,36); }

 H1.HeaderClassName
 {
   color: #137324;
 }
 .AnyTagClassName
 {
   color: #137324;
 }
</style>

background-color css

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

 a { background-color: rgb(19,115,36); }

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

border-color css

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

 span { border-color: rgb(19,115,36); }

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