Html Css Color HEX #398F5F Eucalyptus

📋 copy color: '#398F5F'

red 57 ◦ green 143 ◦ blue 95

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

Shades of Eucalyptus #398F5F

Tints of Eucalyptus #398F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 19.32%
G = 48.47%
B = 32.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#398F5F (or 0x398F5F) is known color: Eucalyptus. HEX triplet: 39, 8F and 5F. RGB value is (57,143,95). Sum of RGB (Red+Green+Blue) = 57+143+95=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #398F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398F5F is #C670A0. Grayscale: #6F6F6F. Windows color (decimal): -13004961 or 6262585. OLE color: 6262585.

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

Color convert

RGB 57 143 95 -
CMYK 0.60 0 0.34 0.44
HSL 146.51º 0.43% 0.39% -
HSV(B) 146.51º 0.6% 0.56% -
XYZ 13.58 21.34 14.23 -
YUV 111.81 118.51 88.9 -
System Red Green Blue C M Y K H S L
Decimal 57 143 95 0.60 0 0.34 0.44 146.51 0.43 0.39
Hex 39 8F 5F 3C 0 22 2C 93 2B 27
Octal 71 217 137 74 0 42 54 223 53 47
Binary 111001 10001111 1011111 111100 0 100010 101100 10010011 101011 100111

Color Harmonies of #398F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398F5F

Black with #398F5F

Text Example


Text Example

White with #398F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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