Html Css Color HEX #388964 Eucalyptus

📋 copy color: '#388964'

red 56 ◦ green 137 ◦ blue 100

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

Shades of Eucalyptus #388964

Tints of Eucalyptus #388964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

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

R = 19.11%
G = 46.76%
B = 34.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#388964 (or 0x388964) is known color: Eucalyptus. HEX triplet: 38, 89 and 64. RGB value is (56,137,100). Sum of RGB (Red+Green+Blue) = 56+137+100=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #388964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388964 is #C7769B. Grayscale: #6C6C6C. Windows color (decimal): -13072028 or 6588728. OLE color: 6588728.

HSL color Cylindrical-coordinate representation of color #388964: hue angle of 152.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388964 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 100 -
CMYK 0.59 0 0.27 0.46
HSL 152.59º 0.42% 0.38% -
HSV(B) 152.59º 0.59% 0.54% -
XYZ 12.88 19.65 15.17 -
YUV 108.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 56 137 100 0.59 0 0.27 0.46 152.59 0.42 0.38
Hex 38 89 64 3B 0 1B 2E 99 2A 26
Octal 70 211 144 73 0 33 56 231 52 46
Binary 111000 10001001 1100100 111011 0 11011 101110 10011001 101010 100110

Color Harmonies of #388964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388964

Black with #388964

Text Example


Text Example

White with #388964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388964; }

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

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

background-color css

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

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

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

border-color css

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

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

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