#0B6134

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

Shades of Fun Green #0B6134

Tints of Fun Green #0B6134

Color information

#0B6134 (or 0x0B6134) is unknown color: approx Fun Green. HEX triplet: 0B, 61 and 34. RGB value is (11,97,52). Sum of RGB (Red+Green+Blue) = 11+97+52=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6134 is #F49ECB. Grayscale: #424242. Windows color (decimal): -16031436 or 3432715. OLE color: 3432715.

HSL color Cylindrical-coordinate representation of color #0B6134: hue angle of 148.6º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6134 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB119752-
CMYK0.8900.460.62
HSL148.6º79.63%21.18%-
HSV(B)148.6º88.66%38.04%-
XYZ5.038.874.7-
YUV66.16120.0188.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=6.88%
G=60.62%
B=32.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197520.8900.460.62148.679.6321.18
HexB61345902E3E955015
Octal13141641310567622512025
Binary101111000011101001011001010111011111010010101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,52); }

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

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

 a { background-color: rgb(11,97,52); }

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

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

 span { border-color: rgb(11,97,52); }

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