#0B4F27

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

Shades of Zuccini #0B4F27

Tints of Zuccini #0B4F27

Color information

#0B4F27 (or 0x0B4F27) is unknown color: approx Zuccini. HEX triplet: 0B, 4F and 27. RGB value is (11,79,39). Sum of RGB (Red+Green+Blue) = 11+79+39=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F27 is #F4B0D8. Grayscale: #363636. Windows color (decimal): -16036057 or 2576139. OLE color: 2576139.

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

Color convert

RGB117939-
CMYK0.8600.510.69
HSL144.71º75.56%17.65%-
HSV(B)144.71º86.08%30.98%-
XYZ3.35.812.87-
YUV54.11119.4797.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 79 (31.25% from 255) = 61.24%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=8.53%
G=61.24%
B=30.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1179390.8600.510.69144.7175.5617.65
HexB4F275603345914c12
Octal131174712606310522111422
Binary1011100111110011110101100110011100010110010001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,39); }

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

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

 a { background-color: rgb(11,79,39); }

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

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

 span { border-color: rgb(11,79,39); }

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