Html Css Color HEX #398F65 Eucalyptus

📋 copy color: '#398F65'

red 57 ◦ green 143 ◦ blue 101

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

Shades of Eucalyptus #398F65

Tints of Eucalyptus #398F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.51%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 18.94%
G = 47.51%
B = 33.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#398F65 (or 0x398F65) is known color: Eucalyptus. HEX triplet: 39, 8F and 65. RGB value is (57,143,101). Sum of RGB (Red+Green+Blue) = 57+143+101=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #398F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398F65 is #C6709A. Grayscale: #707070. Windows color (decimal): -13004955 or 6655801. OLE color: 6655801.

HSL color Cylindrical-coordinate representation of color #398F65: hue angle of 150.7º 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 #398F65 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 143 101 -
CMYK 0.60 0 0.29 0.44
HSL 150.7º 0.43% 0.39% -
HSV(B) 150.7º 0.6% 0.56% -
XYZ 13.86 21.45 15.72 -
YUV 112.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 57 143 101 0.60 0 0.29 0.44 150.7 0.43 0.39
Hex 39 8F 65 3C 0 1D 2C 97 2B 27
Octal 71 217 145 74 0 35 54 227 53 47
Binary 111001 10001111 1100101 111100 0 11101 101100 10010111 101011 100111

Color Harmonies of #398F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398F65

Black with #398F65

Text Example


Text Example

White with #398F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,143,101); }

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

background-color css

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

 a { background-color: rgb(57,143,101); }

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

border-color css

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

 span { border-color: rgb(57,143,101); }

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