#3BAF06

Color #3BAF06 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3BAF06

Tints of Kelly Green #3BAF06

Color information

#3BAF06 (or 0x3BAF06) is unknown color: approx Kelly Green. HEX triplet: 3B, AF and 06. RGB value is (59,175,6). Sum of RGB (Red+Green+Blue) = 59+175+6=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF06 is #C450F9. Grayscale: #797979. Windows color (decimal): -12865786 or 438075. OLE color: 438075.

HSL color Cylindrical-coordinate representation of color #3BAF06: hue angle of 101.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BAF06 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB591756-
CMYK0.6600.970.31
HSL101.18º93.37%35.49%-
HSV(B)101.18º96.57%68.63%-
XYZ17.1731.65.37-
YUV121.0563.0783.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 175 (68.75% from 255) = 72.92%
BLUE value IS 6 (2.73% from 255) = 2.5%
R=24.58%
G=72.92%
B=2.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5917560.6600.970.31101.1893.3735.49
Hex3BAF6420611F655d23
Octal73257610201413714513543
Binary111011101011111101000010011000011111111001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BAF06; }

 p { color: rgb(59,175,6); }

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

<style>
 a { background-color: #3BAF06; }

 a { background-color: rgb(59,175,6); }

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

<style>
 span { border-color: #3BAF06; }

 span { border-color: rgb(59,175,6); }

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