#0B5A3B

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

Shades of Fun Green #0B5A3B

Tints of Fun Green #0B5A3B

Color information

#0B5A3B (or 0x0B5A3B) is unknown color: approx Fun Green. HEX triplet: 0B, 5A and 3B. RGB value is (11,90,59). Sum of RGB (Red+Green+Blue) = 11+90+59=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A3B is #F4A5C4. Grayscale: #3E3E3E. Windows color (decimal): -16033221 or 3889675. OLE color: 3889675.

HSL color Cylindrical-coordinate representation of color #0B5A3B: hue angle of 156.46º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A3B is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB119059-
CMYK0.8800.340.65
HSL156.46º78.22%19.8%-
HSV(B)156.46º87.78%35.29%-
XYZ4.587.75.38-
YUV62.84125.8391.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=6.88%
G=56.25%
B=36.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1190590.8800.340.65156.4678.2219.8
HexB5A3B58022419c4e14
Octal131327313004210123411624
Binary1011101101011101110110000100010100000110011100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,90,59); }

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

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

 a { background-color: rgb(11,90,59); }

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

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

 span { border-color: rgb(11,90,59); }

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