Html Css Color HEX #399D61 Eucalyptus

📋 copy color: '#399D61'

red 57 ◦ green 157 ◦ blue 97

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

Shades of Eucalyptus #399D61

Tints of Eucalyptus #399D61

RGB

 RED value IS 57 (22.66% from 255) = 18.33%

 GREEN value IS 157 (61.72% from 255) = 50.48%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 18.33%
G = 50.48%
B = 31.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#399D61 (or 0x399D61) is known color: Eucalyptus. HEX triplet: 39, 9D and 61. RGB value is (57,157,97). Sum of RGB (Red+Green+Blue) = 57+157+97=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #399D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D61 is #C6629E. Grayscale: #787878. Windows color (decimal): -13001375 or 6397241. OLE color: 6397241.

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

Color convert

RGB 57 157 97 -
CMYK 0.64 0 0.38 0.38
HSL 144º 0.47% 0.42% -
HSV(B) 144º 0.64% 0.62% -
XYZ 15.9 25.85 15.46 -
YUV 120.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 57 157 97 0.64 0 0.38 0.38 144 0.47 0.42
Hex 39 9D 61 40 0 26 26 90 2F 2A
Octal 71 235 141 100 0 46 46 220 57 52
Binary 111001 10011101 1100001 1000000 0 100110 100110 10010000 101111 101010

Color Harmonies of #399D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D61

Black with #399D61

Text Example


Text Example

White with #399D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,157,97); }

 H1.HeaderClassName
 {
   color: #399D61;
 }
 .AnyTagClassName
 {
   color: #399D61;
 }
</style>

background-color css

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

 a { background-color: rgb(57,157,97); }

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

border-color css

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

 span { border-color: rgb(57,157,97); }

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