#0B472B

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

Shades of Zuccini #0B472B

Tints of Zuccini #0B472B

Color information

#0B472B (or 0x0B472B) is unknown color: approx Zuccini. HEX triplet: 0B, 47 and 2B. RGB value is (11,71,43). Sum of RGB (Red+Green+Blue) = 11+71+43=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #0B472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B472B is #F4B8D4. Grayscale: #313131. Windows color (decimal): -16038101 or 2836235. OLE color: 2836235.

HSL color Cylindrical-coordinate representation of color #0B472B: hue angle of 152º 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 #0B472B is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB117143-
CMYK0.8500.390.72
HSL152º73.17%16.08%-
HSV(B)152º84.51%27.84%-
XYZ2.834.753.05-
YUV49.87124.12100.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=8.8%
G=56.8%
B=34.4%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1171430.8500.390.7215273.1716.08
HexB472B5502748984910
Octal131075312504711023011120
Binary1011100011110101110101010100111100100010011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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