#0E502B

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

Shades of Zuccini #0E502B

Tints of Zuccini #0E502B

Color information

#0E502B (or 0x0E502B) is unknown color: approx Zuccini. HEX triplet: 0E, 50 and 2B. RGB value is (14,80,43). Sum of RGB (Red+Green+Blue) = 14+80+43=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #0E502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E502B is #F1AFD4. Grayscale: #383838. Windows color (decimal): -15839189 or 2838542. OLE color: 2838542.

HSL color Cylindrical-coordinate representation of color #0E502B: hue angle of 146.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E502B is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB148043-
CMYK0.8300.460.69
HSL146.36º70.21%18.43%-
HSV(B)146.36º82.5%31.37%-
XYZ3.496.013.26-
YUV56.05120.6398.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.22%
GREEN value IS 80 (31.64% from 255) = 58.39%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=10.22%
G=58.39%
B=31.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1480430.8300.460.69146.3670.2118.43
HexE502B5302E45924612
Octal161205312305610522210622
Binary1110101000010101110100110101110100010110010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,43); }

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

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

 a { background-color: rgb(14,80,43); }

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

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

 span { border-color: rgb(14,80,43); }

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