Html Css Color HEX #399B01 Kelly Green

📋 copy color: '#399B01'

red 57 ◦ green 155 ◦ blue 1

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

Shades of Kelly Green #399B01

Tints of Kelly Green #399B01

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 value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#399B01 (or 0x399B01) is known color: 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

RGB 57 155 1 -
CMYK 0.63 0 0.99 0.39
HSL 98.18º 0.99% 0.31% -
HSV(B) 98.18º 0.99% 0.61% -
XYZ 13.41 24.31 4.01 -
YUV 108.14 67.53 91.52 -
System Red Green Blue C M Y K H S L
Decimal 57 155 1 0.63 0 0.99 0.39 98.18 0.99 0.31
Hex 39 9B 1 3F 0 63 27 62 63 1F
Octal 71 233 1 77 0 143 47 142 143 37
Binary 111001 10011011 1 111111 0 1100011 100111 1100010 1100011 11111

Color Harmonies of #399B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B01

Black with #399B01

Text Example


Text Example

White with #399B01

Text Example


Text Example

HTML Codes & Css Web 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>