Html Css Color HEX #399468 Eucalyptus

📋 copy color: '#399468'

red 57 ◦ green 148 ◦ blue 104

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

Shades of Eucalyptus #399468

Tints of Eucalyptus #399468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 18.45%
G = 47.9%
B = 33.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#399468 (or 0x399468) is known color: Eucalyptus. HEX triplet: 39, 94 and 68. RGB value is (57,148,104). Sum of RGB (Red+Green+Blue) = 57+148+104=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #399468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399468 is #C66B97. Grayscale: #737373. Windows color (decimal): -13003672 or 6853689. OLE color: 6853689.

HSL color Cylindrical-coordinate representation of color #399468: hue angle of 150.99º 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 #399468 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 104 -
CMYK 0.61 0 0.30 0.42
HSL 150.99º 0.44% 0.4% -
HSV(B) 150.99º 0.61% 0.58% -
XYZ 14.78 23.05 16.77 -
YUV 115.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 57 148 104 0.61 0 0.30 0.42 150.99 0.44 0.4
Hex 39 94 68 3D 0 1E 2A 97 2C 28
Octal 71 224 150 75 0 36 52 227 54 50
Binary 111001 10010100 1101000 111101 0 11110 101010 10010111 101100 101000

Color Harmonies of #399468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399468

Black with #399468

Text Example


Text Example

White with #399468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399468; }

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

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

background-color css

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

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

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

border-color css

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

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

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