Html Css Color HEX #137022 Camarone

📋 copy color: '#137022'

red 19 ◦ green 112 ◦ blue 34

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

Shades of Camarone #137022

Tints of Camarone #137022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.88%

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

R = 11.52%
G = 67.88%
B = 20.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#137022 (or 0x137022) is known color: Camarone. HEX triplet: 13, 70 and 22. RGB value is (19,112,34). Sum of RGB (Red+Green+Blue) = 19+112+34=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #137022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137022 is #EC8FDD. Grayscale: #4B4B4B. Windows color (decimal): -15503326 or 2256915. OLE color: 2256915.

HSL color Cylindrical-coordinate representation of color #137022: hue angle of 129.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137022 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 34 -
CMYK 0.83 0 0.70 0.56
HSL 129.68º 0.71% 0.26% -
HSV(B) 129.68º 0.83% 0.44% -
XYZ 6.35 11.84 3.46 -
YUV 75.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 19 112 34 0.83 0 0.70 0.56 129.68 0.71 0.26
Hex 13 70 22 53 0 46 38 82 47 1A
Octal 23 160 42 123 0 106 70 202 107 32
Binary 10011 1110000 100010 1010011 0 1000110 111000 10000010 1000111 11010

Color Harmonies of #137022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137022

Black with #137022

Text Example


Text Example

White with #137022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137022; }

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

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

background-color css

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

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

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

border-color css

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

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

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