Html Css Color HEX #137127 Camarone

📋 copy color: '#137127'

red 19 ◦ green 113 ◦ blue 39

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

Shades of Camarone #137127

Tints of Camarone #137127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 11.11%
G = 66.08%
B = 22.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#137127 (or 0x137127) is known color: Camarone. HEX triplet: 13, 71 and 27. RGB value is (19,113,39). Sum of RGB (Red+Green+Blue) = 19+113+39=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #137127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137127 is #EC8ED8. Grayscale: #4C4C4C. Windows color (decimal): -15503065 or 2584851. OLE color: 2584851.

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

Color convert

RGB 19 113 39 -
CMYK 0.83 0 0.65 0.56
HSL 132.77º 0.71% 0.26% -
HSV(B) 132.77º 0.83% 0.44% -
XYZ 6.54 12.1 3.91 -
YUV 76.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 19 113 39 0.83 0 0.65 0.56 132.77 0.71 0.26
Hex 13 71 27 53 0 41 38 85 47 1A
Octal 23 161 47 123 0 101 70 205 107 32
Binary 10011 1110001 100111 1010011 0 1000001 111000 10000101 1000111 11010

Color Harmonies of #137127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137127

Black with #137127

Text Example


Text Example

White with #137127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137127; }

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

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

background-color css

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

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

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

border-color css

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

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

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