Html Css Color HEX #399D71 Eucalyptus

📋 copy color: '#399D71'

red 57 ◦ green 157 ◦ blue 113

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

Shades of Eucalyptus #399D71

Tints of Eucalyptus #399D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 17.43%
G = 48.01%
B = 34.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#399D71 (or 0x399D71) is known color: Eucalyptus. HEX triplet: 39, 9D and 71. RGB value is (57,157,113). Sum of RGB (Red+Green+Blue) = 57+157+113=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #399D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D71 is #C6628E. Grayscale: #7A7A7A. Windows color (decimal): -13001359 or 7445817. OLE color: 7445817.

HSL color Cylindrical-coordinate representation of color #399D71: hue angle of 153.6º 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 #399D71 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 113 -
CMYK 0.64 0 0.28 0.38
HSL 153.6º 0.47% 0.42% -
HSV(B) 153.6º 0.64% 0.62% -
XYZ 16.72 26.18 19.79 -
YUV 122.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 57 157 113 0.64 0 0.28 0.38 153.6 0.47 0.42
Hex 39 9D 71 40 0 1C 26 9A 2F 2A
Octal 71 235 161 100 0 34 46 232 57 52
Binary 111001 10011101 1110001 1000000 0 11100 100110 10011010 101111 101010

Color Harmonies of #399D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D71

Black with #399D71

Text Example


Text Example

White with #399D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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