#359B02

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

Shades of Kelly Green #359B02

Tints of Kelly Green #359B02

Color information

#359B02 (or 0x359B02) is unknown color: approx Kelly Green. HEX triplet: 35, 9B and 02. RGB value is (53,155,2). Sum of RGB (Red+Green+Blue) = 53+155+2=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 155 (60.94% from 255 or 73.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 155 - color contains mainly: green. Hex color #359B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359B02 is #CA64FD. Grayscale: #6B6B6B. Windows color (decimal): -13264126 or 170805. OLE color: 170805.

HSL color Cylindrical-coordinate representation of color #359B02: hue angle of 100º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #359B02 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB531552-
CMYK0.6600.990.39
HSL100º97.45%30.78%-
HSV(B)100º98.71%60.78%-
XYZ13.224.24.03-
YUV107.0668.7189.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 155 (60.94% from 255) = 73.81%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=25.24%
G=73.81%
B=0.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5315520.6600.990.3910097.4530.78
Hex359B2420632764611f
Octal65233210201434714414137
Binary11010110011011101000010011000111001111100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359B02; }

 p { color: rgb(53,155,2); }

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

<style>
 a { background-color: #359B02; }

 a { background-color: rgb(53,155,2); }

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

<style>
 span { border-color: #359B02; }

 span { border-color: rgb(53,155,2); }

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