#0B4E31

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

Shades of Zuccini #0B4E31

Tints of Zuccini #0B4E31

Color information

#0B4E31 (or 0x0B4E31) is unknown color: approx Zuccini. HEX triplet: 0B, 4E and 31. RGB value is (11,78,49). Sum of RGB (Red+Green+Blue) = 11+78+49=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4E31 is #F4B1CE. Grayscale: #363636. Windows color (decimal): -16036303 or 3231243. OLE color: 3231243.

HSL color Cylindrical-coordinate representation of color #0B4E31: hue angle of 154.03º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E31 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB117849-
CMYK0.8600.370.69
HSL154.03º75.28%17.45%-
HSV(B)154.03º85.9%30.59%-
XYZ3.425.743.83-
YUV54.66124.896.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=7.97%
G=56.52%
B=35.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1178490.8600.370.69154.0375.2817.45
HexB4E3156025459a4b11
Octal131166112604510523211321
Binary1011100111011000110101100100101100010110011010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,78,49); }

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

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

 a { background-color: rgb(11,78,49); }

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

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

 span { border-color: rgb(11,78,49); }

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