#369D01

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

Shades of Kelly Green #369D01

Tints of Kelly Green #369D01

Color information

#369D01 (or 0x369D01) is unknown color: approx Kelly Green. HEX triplet: 36, 9D and 01. RGB value is (54,157,1). Sum of RGB (Red+Green+Blue) = 54+157+1=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #369D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369D01 is #C962FE. Grayscale: #6C6C6C. Windows color (decimal): -13198079 or 105782. OLE color: 105782.

HSL color Cylindrical-coordinate representation of color #369D01: hue angle of 99.62º 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 #369D01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB541571-
CMYK0.6600.990.38
HSL99.62º98.73%30.98%-
HSV(B)99.62º99.36%61.57%-
XYZ13.5824.94.12-
YUV108.4267.3889.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 157 (61.72% from 255) = 74.06%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=25.47%
G=74.06%
B=0.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5415710.6600.990.3899.6298.7330.98
Hex369D1420632664631f
Octal66235110201434614414337
Binary1101101001110111000010011000111001101100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369D01; }

 p { color: rgb(54,157,1); }

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

<style>
 a { background-color: #369D01; }

 a { background-color: rgb(54,157,1); }

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

<style>
 span { border-color: #369D01; }

 span { border-color: rgb(54,157,1); }

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