#0B462A

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

Shades of Zuccini #0B462A

Tints of Zuccini #0B462A

Color information

#0B462A (or 0x0B462A) is unknown color: approx Zuccini. HEX triplet: 0B, 46 and 2A. RGB value is (11,70,42). Sum of RGB (Red+Green+Blue) = 11+70+42=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #0B462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B462A is #F4B9D5. Grayscale: #313131. Windows color (decimal): -16038358 or 2770443. OLE color: 2770443.

HSL color Cylindrical-coordinate representation of color #0B462A: hue angle of 151.53º 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 #0B462A is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB117042-
CMYK0.8400.400.73
HSL151.53º72.84%15.88%-
HSV(B)151.53º84.29%27.45%-
XYZ2.754.622.94-
YUV49.17123.95100.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=8.94%
G=56.91%
B=34.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1170420.8400.400.73151.5372.8415.88
HexB462A5402849984910
Octal131065212405011123011120
Binary1011100011010101010101000101000100100110011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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