#0E7221

Color #0E7221 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #0E7221

Tints of Camarone #0E7221

Color information

#0E7221 (or 0x0E7221) is unknown color: approx Camarone. HEX triplet: 0E, 72 and 21. RGB value is (14,114,33). Sum of RGB (Red+Green+Blue) = 14+114+33=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #0E7221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7221 is #F18DDE. Grayscale: #4B4B4B. Windows color (decimal): -15830495 or 2191886. OLE color: 2191886.

HSL color Cylindrical-coordinate representation of color #0E7221: hue angle of 131.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7221 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1411433-
CMYK0.8800.710.55
HSL131.4º78.12%25.1%-
HSV(B)131.4º87.72%44.71%-
XYZ6.4712.243.46-
YUV74.87104.3784.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=8.70%
G=70.81%
B=20.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14114330.8800.710.55131.478.1225.1
HexE72215804737834e19
Octal161624113001076720311631
Binary1110111001010000110110000100011111011110000011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7221; }

 p { color: rgb(14,114,33); }

 H1.HeaderClassName
 {
   color: #0E7221;
 }
 .AnyTagClassName
 {
   color: #0E7221;
 }
</style>
background-color css

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

 a { background-color: rgb(14,114,33); }

 div.DivClassName
 {
   background-color: #0E7221;
 }
 .BgClassName
 {
   background-color: #0E7221;
 }
</style>
border-color css

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

 span { border-color: rgb(14,114,33); }

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