Html Css Color HEX #398E66 Eucalyptus

📋 copy color: '#398E66'

red 57 ◦ green 142 ◦ blue 102

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

Shades of Eucalyptus #398E66

Tints of Eucalyptus #398E66

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.18%

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

R = 18.94%
G = 47.18%
B = 33.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#398E66 (or 0x398E66) is known color: Eucalyptus. HEX triplet: 39, 8E and 66. RGB value is (57,142,102). Sum of RGB (Red+Green+Blue) = 57+142+102=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #398E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398E66 is #C67199. Grayscale: #707070. Windows color (decimal): -13005210 or 6721081. OLE color: 6721081.

HSL color Cylindrical-coordinate representation of color #398E66: hue angle of 151.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398E66 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 142 102 -
CMYK 0.60 0 0.28 0.44
HSL 151.76º 0.43% 0.39% -
HSV(B) 151.76º 0.6% 0.56% -
XYZ 13.76 21.18 15.93 -
YUV 112.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 57 142 102 0.60 0 0.28 0.44 151.76 0.43 0.39
Hex 39 8E 66 3C 0 1C 2C 98 2B 27
Octal 71 216 146 74 0 34 54 230 53 47
Binary 111001 10001110 1100110 111100 0 11100 101100 10011000 101011 100111

Color Harmonies of #398E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398E66

Black with #398E66

Text Example


Text Example

White with #398E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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