Html Css Color HEX #398F5D Eucalyptus

📋 copy color: '#398F5D'

red 57 ◦ green 143 ◦ blue 93

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

Shades of Eucalyptus #398F5D

Tints of Eucalyptus #398F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 19.45%
G = 48.81%
B = 31.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#398F5D (or 0x398F5D) is known color: Eucalyptus. HEX triplet: 39, 8F and 5D. RGB value is (57,143,93). Sum of RGB (Red+Green+Blue) = 57+143+93=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #398F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398F5D is #C670A2. Grayscale: #6F6F6F. Windows color (decimal): -13004963 or 6131513. OLE color: 6131513.

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

Color convert

RGB 57 143 93 -
CMYK 0.60 0 0.35 0.44
HSL 145.12º 0.43% 0.39% -
HSV(B) 145.12º 0.6% 0.56% -
XYZ 13.49 21.31 13.76 -
YUV 111.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 57 143 93 0.60 0 0.35 0.44 145.12 0.43 0.39
Hex 39 8F 5D 3C 0 23 2C 91 2B 27
Octal 71 217 135 74 0 43 54 221 53 47
Binary 111001 10001111 1011101 111100 0 100011 101100 10010001 101011 100111

Color Harmonies of #398F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398F5D

Black with #398F5D

Text Example


Text Example

White with #398F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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