Html Css Color HEX #389461 Eucalyptus

📋 copy color: '#389461'

red 56 ◦ green 148 ◦ blue 97

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

Shades of Eucalyptus #389461

Tints of Eucalyptus #389461

RGB

 RED value IS 56 (22.27% from 255) = 18.6%

 GREEN value IS 148 (58.2% from 255) = 49.17%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 18.6%
G = 49.17%
B = 32.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#389461 (or 0x389461) is known color: Eucalyptus. HEX triplet: 38, 94 and 61. RGB value is (56,148,97). Sum of RGB (Red+Green+Blue) = 56+148+97=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #389461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389461 is #C76B9E. Grayscale: #727272. Windows color (decimal): -13069215 or 6394936. OLE color: 6394936.

HSL color Cylindrical-coordinate representation of color #389461: hue angle of 146.74º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389461 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 148 97 -
CMYK 0.62 0 0.34 0.42
HSL 146.74º 0.45% 0.4% -
HSV(B) 146.74º 0.62% 0.58% -
XYZ 14.38 22.88 14.97 -
YUV 114.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 56 148 97 0.62 0 0.34 0.42 146.74 0.45 0.4
Hex 38 94 61 3E 0 22 2A 93 2D 28
Octal 70 224 141 76 0 42 52 223 55 50
Binary 111000 10010100 1100001 111110 0 100010 101010 10010011 101101 101000

Color Harmonies of #389461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389461

Black with #389461

Text Example


Text Example

White with #389461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389461; }

 p { color: rgb(56,148,97); }

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

background-color css

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

 a { background-color: rgb(56,148,97); }

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

border-color css

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

 span { border-color: rgb(56,148,97); }

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