Html Css Color HEX #398C65 Eucalyptus

📋 copy color: '#398C65'

red 57 ◦ green 140 ◦ blue 101

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

Shades of Eucalyptus #398C65

Tints of Eucalyptus #398C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.98%

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

R = 19.13%
G = 46.98%
B = 33.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#398C65 (or 0x398C65) is known color: Eucalyptus. HEX triplet: 39, 8C and 65. RGB value is (57,140,101). Sum of RGB (Red+Green+Blue) = 57+140+101=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #398C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C65 is #C6739A. Grayscale: #6E6E6E. Windows color (decimal): -13005723 or 6655033. OLE color: 6655033.

HSL color Cylindrical-coordinate representation of color #398C65: hue angle of 151.81º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C65 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 140 101 -
CMYK 0.59 0 0.28 0.45
HSL 151.81º 0.42% 0.39% -
HSV(B) 151.81º 0.59% 0.55% -
XYZ 13.41 20.57 15.57 -
YUV 110.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 57 140 101 0.59 0 0.28 0.45 151.81 0.42 0.39
Hex 39 8C 65 3B 0 1C 2D 98 2A 27
Octal 71 214 145 73 0 34 55 230 52 47
Binary 111001 10001100 1100101 111011 0 11100 101101 10011000 101010 100111

Color Harmonies of #398C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C65

Black with #398C65

Text Example


Text Example

White with #398C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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