#3CA518

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

Shades of Kelly Green #3CA518

Tints of Kelly Green #3CA518

Color information

#3CA518 (or 0x3CA518) is unknown color: approx Kelly Green. HEX triplet: 3C, A5 and 18. RGB value is (60,165,24). Sum of RGB (Red+Green+Blue) = 60+165+24=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA518 is #C35AE7. Grayscale: #757575. Windows color (decimal): -12802792 or 1615164. OLE color: 1615164.

HSL color Cylindrical-coordinate representation of color #3CA518: hue angle of 104.68º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CA518 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB6016524-
CMYK0.6400.850.35
HSL104.68º74.6%37.06%-
HSV(B)104.68º85.45%64.71%-
XYZ15.4827.945.44-
YUV117.5375.2186.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=24.10%
G=66.27%
B=9.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60165240.6400.850.35104.6874.637.06
Hex3CA5184005523694b25
Octal742453010001254315111345
Binary111100101001011100010000000101010110001111010011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,165,24); }

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

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

 a { background-color: rgb(60,165,24); }

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

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

 span { border-color: rgb(60,165,24); }

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