#0B4A2E

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

Shades of Zuccini #0B4A2E

Tints of Zuccini #0B4A2E

Color information

#0B4A2E (or 0x0B4A2E) is unknown color: approx Zuccini. HEX triplet: 0B, 4A and 2E. RGB value is (11,74,46). Sum of RGB (Red+Green+Blue) = 11+74+46=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #0B4A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4A2E is #F4B5D1. Grayscale: #343434. Windows color (decimal): -16037330 or 3033611. OLE color: 3033611.

HSL color Cylindrical-coordinate representation of color #0B4A2E: hue angle of 153.33º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4A2E is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB117446-
CMYK0.8500.380.71
HSL153.33º74.12%16.67%-
HSV(B)153.33º85.14%29.02%-
XYZ3.085.173.42-
YUV51.97124.6398.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 74 (29.30% from 255) = 56.49%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=8.40%
G=56.49%
B=35.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1174460.8500.380.71153.3374.1216.67
HexB4A2E5502647994a11
Octal131125612504610723111221
Binary1011100101010111010101010100110100011110011001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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