#3CA316

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

Shades of Kelly Green #3CA316

Tints of Kelly Green #3CA316

Color information

#3CA316 (or 0x3CA316) is unknown color: approx Kelly Green. HEX triplet: 3C, A3 and 16. RGB value is (60,163,22). Sum of RGB (Red+Green+Blue) = 60+163+22=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA316 is #C35CE9. Grayscale: #747474. Windows color (decimal): -12803306 or 1483580. OLE color: 1483580.

HSL color Cylindrical-coordinate representation of color #3CA316: hue angle of 103.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CA316 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB6016322-
CMYK0.6300.870.36
HSL103.83º76.22%36.27%-
HSV(B)103.83º86.5%63.92%-
XYZ15.1127.215.22-
YUV116.1374.8887.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 163 (64.06% from 255) = 66.53%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=24.49%
G=66.53%
B=8.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60163220.6300.870.36103.8376.2236.27
Hex3CA3163F05724684c24
Octal74243267701274415011444
Binary11110010100011101101111110101011110010011010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,163,22); }

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

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

 a { background-color: rgb(60,163,22); }

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

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

 span { border-color: rgb(60,163,22); }

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