Html Css Color HEX #359E01 Kelly Green

📋 copy color: '#359E01'

red 53 ◦ green 158 ◦ blue 1

#359E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #359E01

Tints of Kelly Green #359E01

RGB

 RED value IS 53 (21.09% from 255) = 25%

 GREEN value IS 158 (62.11% from 255) = 74.53%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 25%
G = 74.53%
B = 0.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#359E01 (or 0x359E01) is known color: Kelly Green. HEX triplet: 35, 9E and 01. RGB value is (53,158,1). Sum of RGB (Red+Green+Blue) = 53+158+1=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 158 (62.11% from 255 or 74.53% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 158 - color contains mainly: green. Hex color #359E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359E01 is #CA61FE. Grayscale: #6D6D6D. Windows color (decimal): -13263359 or 106037. OLE color: 106037.

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

Color convert

RGB 53 158 1 -
CMYK 0.66 0 0.99 0.38
HSL 100.13º 0.99% 0.31% -
HSV(B) 100.13º 0.99% 0.62% -
XYZ 13.7 25.21 4.17 -
YUV 108.71 67.21 88.27 -
System Red Green Blue C M Y K H S L
Decimal 53 158 1 0.66 0 0.99 0.38 100.13 0.99 0.31
Hex 35 9E 1 42 0 63 26 64 63 1F
Octal 65 236 1 102 0 143 46 144 143 37
Binary 110101 10011110 1 1000010 0 1100011 100110 1100100 1100011 11111

Color Harmonies of #359E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E01

Black with #359E01

Text Example


Text Example

White with #359E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,158,1); }

 H1.HeaderClassName
 {
   color: #359E01;
 }
 .AnyTagClassName
 {
   color: #359E01;
 }
</style>

background-color css

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

 a { background-color: rgb(53,158,1); }

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

border-color css

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

 span { border-color: rgb(53,158,1); }

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