Html Css Color HEX #399A5D Eucalyptus

📋 copy color: '#399A5D'

red 57 ◦ green 154 ◦ blue 93

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

Shades of Eucalyptus #399A5D

Tints of Eucalyptus #399A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.66%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 18.75%
G = 50.66%
B = 30.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#399A5D (or 0x399A5D) is known color: Eucalyptus. HEX triplet: 39, 9A and 5D. RGB value is (57,154,93). Sum of RGB (Red+Green+Blue) = 57+154+93=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #399A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A5D is #C665A2. Grayscale: #767676. Windows color (decimal): -13002147 or 6134329. OLE color: 6134329.

HSL color Cylindrical-coordinate representation of color #399A5D: hue angle of 142.27º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A5D is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 93 -
CMYK 0.63 0 0.40 0.40
HSL 142.27º 0.46% 0.41% -
HSV(B) 142.27º 0.63% 0.6% -
XYZ 15.22 24.77 14.34 -
YUV 118.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 57 154 93 0.63 0 0.40 0.40 142.27 0.46 0.41
Hex 39 9A 5D 3F 0 28 28 8E 2E 29
Octal 71 232 135 77 0 50 50 216 56 51
Binary 111001 10011010 1011101 111111 0 101000 101000 10001110 101110 101001

Color Harmonies of #399A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A5D

Black with #399A5D

Text Example


Text Example

White with #399A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,154,93); }

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

background-color css

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

 a { background-color: rgb(57,154,93); }

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

border-color css

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

 span { border-color: rgb(57,154,93); }

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