Html Css Color HEX #137126 Camarone

📋 copy color: '#137126'

red 19 ◦ green 113 ◦ blue 38

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

Shades of Camarone #137126

Tints of Camarone #137126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 66.47%

 BLUE value IS 38 (15.23% from 255) = 22.35%

R = 11.18%
G = 66.47%
B = 22.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#137126 (or 0x137126) is known color: Camarone. HEX triplet: 13, 71 and 26. RGB value is (19,113,38). Sum of RGB (Red+Green+Blue) = 19+113+38=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #137126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137126 is #EC8ED9. Grayscale: #4C4C4C. Windows color (decimal): -15503066 or 2519315. OLE color: 2519315.

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

Color convert

RGB 19 113 38 -
CMYK 0.83 0 0.66 0.56
HSL 132.13º 0.71% 0.26% -
HSV(B) 132.13º 0.83% 0.44% -
XYZ 6.52 12.09 3.82 -
YUV 76.34 106.36 87.1 -
System Red Green Blue C M Y K H S L
Decimal 19 113 38 0.83 0 0.66 0.56 132.13 0.71 0.26
Hex 13 71 26 53 0 42 38 84 47 1A
Octal 23 161 46 123 0 102 70 204 107 32
Binary 10011 1110001 100110 1010011 0 1000010 111000 10000100 1000111 11010

Color Harmonies of #137126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137126

Black with #137126

Text Example


Text Example

White with #137126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137126; }

 p { color: rgb(19,113,38); }

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

background-color css

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

 a { background-color: rgb(19,113,38); }

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

border-color css

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

 span { border-color: rgb(19,113,38); }

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