Html Css Color HEX #389465 Eucalyptus

📋 copy color: '#389465'

red 56 ◦ green 148 ◦ blue 101

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

Shades of Eucalyptus #389465

Tints of Eucalyptus #389465

RGB

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

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

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

R = 18.36%
G = 48.52%
B = 33.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#389465 (or 0x389465) is known color: Eucalyptus. HEX triplet: 38, 94 and 65. RGB value is (56,148,101). Sum of RGB (Red+Green+Blue) = 56+148+101=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #389465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389465 is #C76B9A. Grayscale: #737373. Windows color (decimal): -13069211 or 6657080. OLE color: 6657080.

HSL color Cylindrical-coordinate representation of color #389465: hue angle of 149.35º 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 #389465 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 148 101 -
CMYK 0.62 0 0.32 0.42
HSL 149.35º 0.45% 0.4% -
HSV(B) 149.35º 0.62% 0.58% -
XYZ 14.57 22.96 15.98 -
YUV 115.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 56 148 101 0.62 0 0.32 0.42 149.35 0.45 0.4
Hex 38 94 65 3E 0 20 2A 95 2D 28
Octal 70 224 145 76 0 40 52 225 55 50
Binary 111000 10010100 1100101 111110 0 100000 101010 10010101 101101 101000

Color Harmonies of #389465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389465

Black with #389465

Text Example


Text Example

White with #389465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389465; }

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

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

background-color css

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

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

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

border-color css

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

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

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