#0B5027

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

Shades of Zuccini #0B5027

Tints of Zuccini #0B5027

Color information

#0B5027 (or 0x0B5027) is unknown color: approx Zuccini. HEX triplet: 0B, 50 and 27. RGB value is (11,80,39). Sum of RGB (Red+Green+Blue) = 11+80+39=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5027 is #F4AFD8. Grayscale: #363636. Windows color (decimal): -16035801 or 2576395. OLE color: 2576395.

HSL color Cylindrical-coordinate representation of color #0B5027: hue angle of 144.35º 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 #0B5027 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB118039-
CMYK0.8600.510.69
HSL144.35º75.82%17.84%-
HSV(B)144.35º86.25%31.37%-
XYZ3.375.952.89-
YUV54.69119.1496.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 80 (31.64% from 255) = 61.54%
BLUE value IS 39 (15.62% from 255) = 30%
R=8.46%
G=61.54%
B=30%

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
Decimal1180390.8600.510.69144.3575.8217.84
HexB50275603345904c12
Octal131204712606310522011422
Binary1011101000010011110101100110011100010110010000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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