#0B482A

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

Shades of Zuccini #0B482A

Tints of Zuccini #0B482A

Color information

#0B482A (or 0x0B482A) is unknown color: approx Zuccini. HEX triplet: 0B, 48 and 2A. RGB value is (11,72,42). Sum of RGB (Red+Green+Blue) = 11+72+42=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #0B482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B482A is #F4B7D5. Grayscale: #323232. Windows color (decimal): -16037846 or 2770955. OLE color: 2770955.

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

Color convert

RGB117242-
CMYK0.8500.420.72
HSL150.49º73.49%16.27%-
HSV(B)150.49º84.72%28.24%-
XYZ2.874.872.98-
YUV50.34123.2999.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=8.8%
G=57.6%
B=33.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172420.8500.420.72150.4973.4916.27
HexB482A5502A48964910
Octal131105212505211022611120
Binary1011100100010101010101010101010100100010010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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