#0B472E

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

Shades of Zuccini #0B472E

Tints of Zuccini #0B472E

Color information

#0B472E (or 0x0B472E) is unknown color: approx Zuccini. HEX triplet: 0B, 47 and 2E. RGB value is (11,71,46). Sum of RGB (Red+Green+Blue) = 11+71+46=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #0B472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B472E is #F4B8D1. Grayscale: #323232. Windows color (decimal): -16038098 or 3032843. OLE color: 3032843.

HSL color Cylindrical-coordinate representation of color #0B472E: hue angle of 155º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B472E is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB117146-
CMYK0.8500.350.72
HSL155º73.17%16.08%-
HSV(B)155º84.51%27.84%-
XYZ2.884.773.35-
YUV50.21125.62100.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 71 (28.12% from 255) = 55.47%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=8.59%
G=55.47%
B=35.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1171460.8500.350.7215573.1716.08
HexB472E55023489b4910
Octal131075612504311023311120
Binary1011100011110111010101010100011100100010011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,71,46); }

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

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

 a { background-color: rgb(11,71,46); }

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

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

 span { border-color: rgb(11,71,46); }

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