Html Css Color HEX #399366 Eucalyptus

📋 copy color: '#399366'

red 57 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #399366

Tints of Eucalyptus #399366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 18.63%
G = 48.04%
B = 33.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#399366 (or 0x399366) is known color: Eucalyptus. HEX triplet: 39, 93 and 66. RGB value is (57,147,102). Sum of RGB (Red+Green+Blue) = 57+147+102=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #399366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399366 is #C66C99. Grayscale: #737373. Windows color (decimal): -13003930 or 6722361. OLE color: 6722361.

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

Color convert

RGB 57 147 102 -
CMYK 0.61 0 0.31 0.42
HSL 150º 0.44% 0.4% -
HSV(B) 150º 0.61% 0.58% -
XYZ 14.52 22.7 16.19 -
YUV 114.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 57 147 102 0.61 0 0.31 0.42 150 0.44 0.4
Hex 39 93 66 3D 0 1F 2A 96 2C 28
Octal 71 223 146 75 0 37 52 226 54 50
Binary 111001 10010011 1100110 111101 0 11111 101010 10010110 101100 101000

Color Harmonies of #399366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399366

Black with #399366

Text Example


Text Example

White with #399366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399366; }

 p { color: rgb(57,147,102); }

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

background-color css

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

 a { background-color: rgb(57,147,102); }

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

border-color css

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

 span { border-color: rgb(57,147,102); }

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