#0B462D

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

Shades of Zuccini #0B462D

Tints of Zuccini #0B462D

Color information

#0B462D (or 0x0B462D) is unknown color: approx Zuccini. HEX triplet: 0B, 46 and 2D. RGB value is (11,70,45). Sum of RGB (Red+Green+Blue) = 11+70+45=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #0B462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B462D is #F4B9D2. Grayscale: #313131. Windows color (decimal): -16038355 or 2967051. OLE color: 2967051.

HSL color Cylindrical-coordinate representation of color #0B462D: hue angle of 154.58º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B462D is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB117045-
CMYK0.8400.360.73
HSL154.58º72.84%15.88%-
HSV(B)154.58º84.29%27.45%-
XYZ2.84.643.23-
YUV49.51125.45100.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=8.73%
G=55.56%
B=35.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1170450.8400.360.73154.5872.8415.88
HexB462D54024499b4910
Octal131065512404411123311120
Binary1011100011010110110101000100100100100110011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,70,45); }

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

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

 a { background-color: rgb(11,70,45); }

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

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

 span { border-color: rgb(11,70,45); }

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