#399B06

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

Shades of Kelly Green #399B06

Tints of Kelly Green #399B06

Color information

#399B06 (or 0x399B06) is unknown color: approx Kelly Green. HEX triplet: 39, 9B and 06. RGB value is (57,155,6). Sum of RGB (Red+Green+Blue) = 57+155+6=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 155 (60.94% from 255 or 71.10% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 155 - color contains mainly: green. Hex color #399B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399B06 is #C664F9. Grayscale: #6D6D6D. Windows color (decimal): -13001978 or 432953. OLE color: 432953.

HSL color Cylindrical-coordinate representation of color #399B06: hue angle of 99.46º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #399B06 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB571556-
CMYK0.6300.960.39
HSL99.46º92.55%31.57%-
HSV(B)99.46º96.13%60.78%-
XYZ13.4424.334.16-
YUV108.7170.0391.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 155 (60.94% from 255) = 71.10%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=26.15%
G=71.10%
B=2.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5715560.6300.960.3999.4692.5531.57
Hex399B63F06027635d20
Octal7123367701404714313540
Binary111001100110111101111110110000010011111000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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