Html Css Color HEX #137227 Camarone

📋 copy color: '#137227'

red 19 ◦ green 114 ◦ blue 39

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

Shades of Camarone #137227

Tints of Camarone #137227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 66.28%

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

R = 11.05%
G = 66.28%
B = 22.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#137227 (or 0x137227) is known color: Camarone. HEX triplet: 13, 72 and 27. RGB value is (19,114,39). Sum of RGB (Red+Green+Blue) = 19+114+39=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #137227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137227 is #EC8DD8. Grayscale: #4D4D4D. Windows color (decimal): -15502809 or 2585107. OLE color: 2585107.

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

Color convert

RGB 19 114 39 -
CMYK 0.83 0 0.66 0.55
HSL 132.63º 0.71% 0.26% -
HSV(B) 132.63º 0.83% 0.45% -
XYZ 6.65 12.32 3.95 -
YUV 77.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 19 114 39 0.83 0 0.66 0.55 132.63 0.71 0.26
Hex 13 72 27 53 0 42 37 85 47 1A
Octal 23 162 47 123 0 102 67 205 107 32
Binary 10011 1110010 100111 1010011 0 1000010 110111 10000101 1000111 11010

Color Harmonies of #137227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137227

Black with #137227

Text Example


Text Example

White with #137227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137227; }

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

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

background-color css

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

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

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

border-color css

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

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

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