#3BAA13

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

Shades of Kelly Green #3BAA13

Tints of Kelly Green #3BAA13

Color information

#3BAA13 (or 0x3BAA13) is unknown color: approx Kelly Green. HEX triplet: 3B, AA and 13. RGB value is (59,170,19). Sum of RGB (Red+Green+Blue) = 59+170+19=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAA13 is #C455EC. Grayscale: #787878. Windows color (decimal): -12867053 or 1288763. OLE color: 1288763.

HSL color Cylindrical-coordinate representation of color #3BAA13: hue angle of 104.11º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BAA13 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB5917019-
CMYK0.6500.890.33
HSL104.11º79.89%37.06%-
HSV(B)104.11º88.82%66.67%-
XYZ16.329.735.49-
YUV119.671.2384.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 170 (66.80% from 255) = 68.55%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=23.79%
G=68.55%
B=7.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59170190.6500.890.33104.1179.8937.06
Hex3BAA134105921685025
Octal732522310101314115012045
Binary111011101010101001110000010101100110000111010001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,170,19); }

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

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

 a { background-color: rgb(59,170,19); }

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

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

 span { border-color: rgb(59,170,19); }

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