#0E7325

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

Shades of Camarone #0E7325

Tints of Camarone #0E7325

Color information

#0E7325 (or 0x0E7325) is unknown color: approx Camarone. HEX triplet: 0E, 73 and 25. RGB value is (14,115,37). Sum of RGB (Red+Green+Blue) = 14+115+37=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7325 is #F18CDA. Grayscale: #4C4C4C. Windows color (decimal): -15830235 or 2454286. OLE color: 2454286.

HSL color Cylindrical-coordinate representation of color #0E7325: hue angle of 133.66º 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 #0E7325 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1411537-
CMYK0.8800.680.55
HSL133.66º78.29%25.29%-
HSV(B)133.66º87.83%45.1%-
XYZ6.6512.493.81-
YUV75.91106.0483.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 115 (45.31% from 255) = 69.28%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=8.43%
G=69.28%
B=22.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14115370.8800.680.55133.6678.2925.29
HexE73255804437864e19
Octal161634513001046720611631
Binary1110111001110010110110000100010011011110000110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,115,37); }

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

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

 a { background-color: rgb(14,115,37); }

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

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

 span { border-color: rgb(14,115,37); }

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