Html Css Color HEX #137329 Camarone

📋 copy color: '#137329'

red 19 ◦ green 115 ◦ blue 41

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

Shades of Camarone #137329

Tints of Camarone #137329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 10.86%
G = 65.71%
B = 23.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#137329 (or 0x137329) is known color: Camarone. HEX triplet: 13, 73 and 29. RGB value is (19,115,41). Sum of RGB (Red+Green+Blue) = 19+115+41=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #137329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137329 is #EC8CD6. Grayscale: #4E4E4E. Windows color (decimal): -15502551 or 2716435. OLE color: 2716435.

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

Color convert

RGB 19 115 41 -
CMYK 0.83 0 0.64 0.55
HSL 133.75º 0.72% 0.26% -
HSV(B) 133.75º 0.83% 0.45% -
XYZ 6.8 12.56 4.16 -
YUV 77.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 19 115 41 0.83 0 0.64 0.55 133.75 0.72 0.26
Hex 13 73 29 53 0 40 37 86 48 1A
Octal 23 163 51 123 0 100 67 206 110 32
Binary 10011 1110011 101001 1010011 0 1000000 110111 10000110 1001000 11010

Color Harmonies of #137329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137329

Black with #137329

Text Example


Text Example

White with #137329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137329; }

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

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

background-color css

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

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

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

border-color css

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

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

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