#399E05

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

Shades of Kelly Green #399E05

Tints of Kelly Green #399E05

Color information

#399E05 (or 0x399E05) is unknown color: approx Kelly Green. HEX triplet: 39, 9E and 05. RGB value is (57,158,5). Sum of RGB (Red+Green+Blue) = 57+158+5=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 158 (62.11% from 255 or 71.82% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 158 - color contains mainly: green. Hex color #399E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399E05 is #C661FA. Grayscale: #6E6E6E. Windows color (decimal): -13001211 or 368185. OLE color: 368185.

HSL color Cylindrical-coordinate representation of color #399E05: hue angle of 99.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #399E05 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB571585-
CMYK0.6400.970.38
HSL99.61º93.87%31.96%-
HSV(B)99.61º96.84%61.96%-
XYZ13.9425.334.3-
YUV110.3668.5489.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 158 (62.11% from 255) = 71.82%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=25.91%
G=71.82%
B=2.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5715850.6400.970.3899.6193.8731.96
Hex399E54006126645e20
Octal71236510001414614413640
Binary1110011001111010110000000110000110011011001001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399E05; }

 p { color: rgb(57,158,5); }

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

<style>
 a { background-color: #399E05; }

 a { background-color: rgb(57,158,5); }

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

<style>
 span { border-color: #399E05; }

 span { border-color: rgb(57,158,5); }

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