#399B01

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

Shades of Kelly Green #399B01

Tints of Kelly Green #399B01

Color information

#399B01 (or 0x399B01) is unknown color: approx Kelly Green. HEX triplet: 39, 9B and 01. RGB value is (57,155,1). Sum of RGB (Red+Green+Blue) = 57+155+1=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 155 (60.94% from 255 or 72.77% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 155 - color contains mainly: green. Hex color #399B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399B01 is #C664FE. Grayscale: #6C6C6C. Windows color (decimal): -13001983 or 105273. OLE color: 105273.

HSL color Cylindrical-coordinate representation of color #399B01: hue angle of 98.18º degrees, saturation: 0.99, 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 #399B01 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB571551-
CMYK0.6300.990.39
HSL98.18º98.72%30.59%-
HSV(B)98.18º99.35%60.78%-
XYZ13.4124.314.01-
YUV108.1467.5391.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 155 (60.94% from 255) = 72.77%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=26.76%
G=72.77%
B=0.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5715510.6300.990.3998.1898.7230.59
Hex399B13F0632762631f
Octal7123317701434714214337
Binary111001100110111111111011000111001111100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,155,1); }

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

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

 a { background-color: rgb(57,155,1); }

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

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

 span { border-color: rgb(57,155,1); }

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