#35A310

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

Shades of Kelly Green #35A310

Tints of Kelly Green #35A310

Color information

#35A310 (or 0x35A310) is unknown color: approx Kelly Green. HEX triplet: 35, A3 and 10. RGB value is (53,163,16). Sum of RGB (Red+Green+Blue) = 53+163+16=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 163 (64.06% from 255 or 70.26% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 163 - color contains mainly: green. Hex color #35A310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A310 is #CA5CEF. Grayscale: #717171. Windows color (decimal): -13262064 or 1090357. OLE color: 1090357.

HSL color Cylindrical-coordinate representation of color #35A310: hue angle of 104.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35A310 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB5316316-
CMYK0.6700.900.36
HSL104.9º82.12%35.1%-
HSV(B)104.9º90.18%63.92%-
XYZ14.6626.994.93-
YUV113.3573.0684.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 163 (64.06% from 255) = 70.26%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=22.84%
G=70.26%
B=6.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163160.6700.900.36104.982.1235.1
Hex35A3104305A24695223
Octal652432010301324415112243
Binary110101101000111000010000110101101010010011010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A310; }

 p { color: rgb(53,163,16); }

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

<style>
 a { background-color: #35A310; }

 a { background-color: rgb(53,163,16); }

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

<style>
 span { border-color: #35A310; }

 span { border-color: rgb(53,163,16); }

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