Html Css Color HEX #399A66 Eucalyptus

📋 copy color: '#399A66'

red 57 ◦ green 154 ◦ blue 102

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

Shades of Eucalyptus #399A66

Tints of Eucalyptus #399A66

RGB

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

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

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

R = 18.21%
G = 49.2%
B = 32.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#399A66 (or 0x399A66) is known color: Eucalyptus. HEX triplet: 39, 9A and 66. RGB value is (57,154,102). Sum of RGB (Red+Green+Blue) = 57+154+102=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #399A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A66 is #C66599. Grayscale: #777777. Windows color (decimal): -13002138 or 6724153. OLE color: 6724153.

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

Color convert

RGB 57 154 102 -
CMYK 0.63 0 0.34 0.40
HSL 147.84º 0.46% 0.41% -
HSV(B) 147.84º 0.63% 0.6% -
XYZ 15.64 24.94 16.56 -
YUV 119.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 57 154 102 0.63 0 0.34 0.40 147.84 0.46 0.41
Hex 39 9A 66 3F 0 22 28 94 2E 29
Octal 71 232 146 77 0 42 50 224 56 51
Binary 111001 10011010 1100110 111111 0 100010 101000 10010100 101110 101001

Color Harmonies of #399A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A66

Black with #399A66

Text Example


Text Example

White with #399A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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