Html Css Color HEX #137322 Camarone

📋 copy color: '#137322'

red 19 ◦ green 115 ◦ blue 34

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

Shades of Camarone #137322

Tints of Camarone #137322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 11.31%
G = 68.45%
B = 20.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#137322 (or 0x137322) is known color: Camarone. HEX triplet: 13, 73 and 22. RGB value is (19,115,34). Sum of RGB (Red+Green+Blue) = 19+115+34=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #137322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137322 is #EC8CDD. Grayscale: #4D4D4D. Windows color (decimal): -15502558 or 2257683. OLE color: 2257683.

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

Color convert

RGB 19 115 34 -
CMYK 0.83 0 0.70 0.55
HSL 129.38º 0.72% 0.26% -
HSV(B) 129.38º 0.83% 0.45% -
XYZ 6.69 12.52 3.58 -
YUV 77.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 19 115 34 0.83 0 0.70 0.55 129.38 0.72 0.26
Hex 13 73 22 53 0 46 37 81 48 1A
Octal 23 163 42 123 0 106 67 201 110 32
Binary 10011 1110011 100010 1010011 0 1000110 110111 10000001 1001000 11010

Color Harmonies of #137322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137322

Black with #137322

Text Example


Text Example

White with #137322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137322; }

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

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

background-color css

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

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

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

border-color css

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

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

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