Html Css Color HEX #389864 Eucalyptus

📋 copy color: '#389864'

red 56 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #389864

Tints of Eucalyptus #389864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.35%

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

R = 18.18%
G = 49.35%
B = 32.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#389864 (or 0x389864) is known color: Eucalyptus. HEX triplet: 38, 98 and 64. RGB value is (56,152,100). Sum of RGB (Red+Green+Blue) = 56+152+100=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #389864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389864 is #C7679B. Grayscale: #757575. Windows color (decimal): -13068188 or 6592568. OLE color: 6592568.

HSL color Cylindrical-coordinate representation of color #389864: hue angle of 147.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389864 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 100 -
CMYK 0.63 0 0.34 0.40
HSL 147.5º 0.46% 0.41% -
HSV(B) 147.5º 0.63% 0.6% -
XYZ 15.16 24.22 15.93 -
YUV 117.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 56 152 100 0.63 0 0.34 0.40 147.5 0.46 0.41
Hex 38 98 64 3F 0 22 28 94 2E 29
Octal 70 230 144 77 0 42 50 224 56 51
Binary 111000 10011000 1100100 111111 0 100010 101000 10010100 101110 101001

Color Harmonies of #389864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389864

Black with #389864

Text Example


Text Example

White with #389864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389864; }

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

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

background-color css

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

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

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

border-color css

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

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

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