#3CB313

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

Shades of Kelly Green #3CB313

Tints of Kelly Green #3CB313

Color information

#3CB313 (or 0x3CB313) is unknown color: approx Kelly Green. HEX triplet: 3C, B3 and 13. RGB value is (60,179,19). Sum of RGB (Red+Green+Blue) = 60+179+19=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB313 is #C34CEC. Grayscale: #7D7D7D. Windows color (decimal): -12799213 or 1291068. OLE color: 1291068.

HSL color Cylindrical-coordinate representation of color #3CB313: hue angle of 104.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CB313 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB6017919-
CMYK0.6600.890.30
HSL104.62º80.81%38.82%-
HSV(B)104.62º89.39%70.2%-
XYZ18.133.256.08-
YUV125.1868.0881.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 179 (70.31% from 255) = 69.38%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=23.26%
G=69.38%
B=7.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60179190.6600.890.30104.6280.8138.82
Hex3CB313420591E695127
Octal742632310201313615112147
Binary11110010110011100111000010010110011111011010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,179,19); }

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

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

 a { background-color: rgb(60,179,19); }

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

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

 span { border-color: rgb(60,179,19); }

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