Html Css Color HEX #389264 Eucalyptus

📋 copy color: '#389264'

red 56 ◦ green 146 ◦ blue 100

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

Shades of Eucalyptus #389264

Tints of Eucalyptus #389264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.34%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 18.54%
G = 48.34%
B = 33.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#389264 (or 0x389264) is known color: Eucalyptus. HEX triplet: 38, 92 and 64. RGB value is (56,146,100). Sum of RGB (Red+Green+Blue) = 56+146+100=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #389264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389264 is #C76D9B. Grayscale: #717171. Windows color (decimal): -13069724 or 6591032. OLE color: 6591032.

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

Color convert

RGB 56 146 100 -
CMYK 0.62 0 0.32 0.43
HSL 149.33º 0.45% 0.4% -
HSV(B) 149.33º 0.62% 0.57% -
XYZ 14.21 22.32 15.62 -
YUV 113.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 56 146 100 0.62 0 0.32 0.43 149.33 0.45 0.4
Hex 38 92 64 3E 0 20 2B 95 2D 28
Octal 70 222 144 76 0 40 53 225 55 50
Binary 111000 10010010 1100100 111110 0 100000 101011 10010101 101101 101000

Color Harmonies of #389264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389264

Black with #389264

Text Example


Text Example

White with #389264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389264; }

 p { color: rgb(56,146,100); }

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

background-color css

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

 a { background-color: rgb(56,146,100); }

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

border-color css

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

 span { border-color: rgb(56,146,100); }

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