Html Css Color HEX #399460 Eucalyptus

📋 copy color: '#399460'

red 57 ◦ green 148 ◦ blue 96

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

Shades of Eucalyptus #399460

Tints of Eucalyptus #399460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.17%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 18.94%
G = 49.17%
B = 31.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#399460 (or 0x399460) is known color: Eucalyptus. HEX triplet: 39, 94 and 60. RGB value is (57,148,96). Sum of RGB (Red+Green+Blue) = 57+148+96=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #399460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399460 is #C66B9F. Grayscale: #727272. Windows color (decimal): -13003680 or 6329401. OLE color: 6329401.

HSL color Cylindrical-coordinate representation of color #399460: hue angle of 145.71º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399460 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 96 -
CMYK 0.61 0 0.35 0.42
HSL 145.71º 0.44% 0.4% -
HSV(B) 145.71º 0.61% 0.58% -
XYZ 14.39 22.89 14.73 -
YUV 114.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 57 148 96 0.61 0 0.35 0.42 145.71 0.44 0.4
Hex 39 94 60 3D 0 23 2A 92 2C 28
Octal 71 224 140 75 0 43 52 222 54 50
Binary 111001 10010100 1100000 111101 0 100011 101010 10010010 101100 101000

Color Harmonies of #399460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399460

Black with #399460

Text Example


Text Example

White with #399460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399460; }

 p { color: rgb(57,148,96); }

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

background-color css

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

 a { background-color: rgb(57,148,96); }

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

border-color css

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

 span { border-color: rgb(57,148,96); }

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