#0E7521

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

Shades of Camarone #0E7521

Tints of Camarone #0E7521

Color information

#0E7521 (or 0x0E7521) is unknown color: approx Camarone. HEX triplet: 0E, 75 and 21. RGB value is (14,117,33). Sum of RGB (Red+Green+Blue) = 14+117+33=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7521 is #F18ADE. Grayscale: #4C4C4C. Windows color (decimal): -15829727 or 2192654. OLE color: 2192654.

HSL color Cylindrical-coordinate representation of color #0E7521: hue angle of 131.07º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7521 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1411733-
CMYK0.8800.720.54
HSL131.07º78.63%25.69%-
HSV(B)131.07º88.03%45.88%-
XYZ6.8212.933.57-
YUV76.63103.3883.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 117 (46.09% from 255) = 71.34%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=8.54%
G=71.34%
B=20.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117330.8800.720.54131.0778.6325.69
HexE75215804836834f1a
Octal161654113001106620311732
Binary1110111010110000110110000100100011011010000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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