Html Css Color HEX #389467 Eucalyptus

📋 copy color: '#389467'

red 56 ◦ green 148 ◦ blue 103

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

Shades of Eucalyptus #389467

Tints of Eucalyptus #389467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 18.24%
G = 48.21%
B = 33.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#389467 (or 0x389467) is known color: Eucalyptus. HEX triplet: 38, 94 and 67. RGB value is (56,148,103). Sum of RGB (Red+Green+Blue) = 56+148+103=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #389467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389467 is #C76B98. Grayscale: #737373. Windows color (decimal): -13069209 or 6788152. OLE color: 6788152.

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

Color convert

RGB 56 148 103 -
CMYK 0.62 0 0.30 0.42
HSL 150.65º 0.45% 0.4% -
HSV(B) 150.65º 0.62% 0.58% -
XYZ 14.67 23 16.5 -
YUV 115.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 56 148 103 0.62 0 0.30 0.42 150.65 0.45 0.4
Hex 38 94 67 3E 0 1E 2A 97 2D 28
Octal 70 224 147 76 0 36 52 227 55 50
Binary 111000 10010100 1100111 111110 0 11110 101010 10010111 101101 101000

Color Harmonies of #389467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389467

Black with #389467

Text Example


Text Example

White with #389467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389467; }

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

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

background-color css

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

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

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

border-color css

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

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

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