Html Css Color HEX #399A6E Eucalyptus

📋 copy color: '#399A6E'

red 57 ◦ green 154 ◦ blue 110

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

Shades of Eucalyptus #399A6E

Tints of Eucalyptus #399A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 17.76%
G = 47.98%
B = 34.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#399A6E (or 0x399A6E) is known color: Eucalyptus. HEX triplet: 39, 9A and 6E. RGB value is (57,154,110). Sum of RGB (Red+Green+Blue) = 57+154+110=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #399A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A6E is #C66591. Grayscale: #787878. Windows color (decimal): -13002130 or 7248441. OLE color: 7248441.

HSL color Cylindrical-coordinate representation of color #399A6E: hue angle of 152.78º 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 #399A6E is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 110 -
CMYK 0.63 0 0.29 0.40
HSL 152.78º 0.46% 0.41% -
HSV(B) 152.78º 0.63% 0.6% -
XYZ 16.06 25.11 18.75 -
YUV 119.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 57 154 110 0.63 0 0.29 0.40 152.78 0.46 0.41
Hex 39 9A 6E 3F 0 1D 28 99 2E 29
Octal 71 232 156 77 0 35 50 231 56 51
Binary 111001 10011010 1101110 111111 0 11101 101000 10011001 101110 101001

Color Harmonies of #399A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A6E

Black with #399A6E

Text Example


Text Example

White with #399A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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