#0B502E

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

Shades of Zuccini #0B502E

Tints of Zuccini #0B502E

Color information

#0B502E (or 0x0B502E) is unknown color: approx Zuccini. HEX triplet: 0B, 50 and 2E. RGB value is (11,80,46). Sum of RGB (Red+Green+Blue) = 11+80+46=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #0B502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B502E is #F4AFD1. Grayscale: #373737. Windows color (decimal): -16035794 or 3035147. OLE color: 3035147.

HSL color Cylindrical-coordinate representation of color #0B502E: hue angle of 150.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B502E is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB118046-
CMYK0.8600.420.69
HSL150.43º75.82%17.84%-
HSV(B)150.43º86.25%31.37%-
XYZ3.56.013.56-
YUV55.49122.6496.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.03%
GREEN value IS 80 (31.64% from 255) = 58.39%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=8.03%
G=58.39%
B=33.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180460.8600.420.69150.4375.8217.84
HexB502E5602A45964c12
Octal131205612605210522611422
Binary1011101000010111010101100101010100010110010110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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