#3CA508

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

Shades of Kelly Green #3CA508

Tints of Kelly Green #3CA508

Color information

#3CA508 (or 0x3CA508) is unknown color: approx Kelly Green. HEX triplet: 3C, A5 and 08. RGB value is (60,165,8). Sum of RGB (Red+Green+Blue) = 60+165+8=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA508 is #C35AF7. Grayscale: #747474. Windows color (decimal): -12802808 or 566588. OLE color: 566588.

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

Color convert

RGB601658-
CMYK0.6400.950.35
HSL100.13º90.75%33.92%-
HSV(B)100.13º95.15%64.71%-
XYZ15.3627.894.8-
YUV115.7167.2188.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 165 (64.84% from 255) = 70.82%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=25.75%
G=70.82%
B=3.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6016580.6400.950.35100.1390.7533.92
Hex3CA584005F23645b22
Octal742451010001374314413342
Binary11110010100101100010000000101111110001111001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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