#35A316

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

Shades of Kelly Green #35A316

Tints of Kelly Green #35A316

Color information

#35A316 (or 0x35A316) is unknown color: approx Kelly Green. HEX triplet: 35, A3 and 16. RGB value is (53,163,22). Sum of RGB (Red+Green+Blue) = 53+163+22=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #35A316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A316 is #CA5CE9. Grayscale: #727272. Windows color (decimal): -13262058 or 1483573. OLE color: 1483573.

HSL color Cylindrical-coordinate representation of color #35A316: hue angle of 106.81º 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 #35A316 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB5316322-
CMYK0.6700.870.36
HSL106.81º76.22%36.27%-
HSV(B)106.81º86.5%63.92%-
XYZ14.7127.015.2-
YUV114.0476.0684.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 163 (64.06% from 255) = 68.49%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=22.27%
G=68.49%
B=9.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163220.6700.870.36106.8176.2236.27
Hex35A31643057246b4c24
Octal652432610301274415311444
Binary110101101000111011010000110101011110010011010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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