Html Css Color HEX #389865 Eucalyptus

📋 copy color: '#389865'

red 56 ◦ green 152 ◦ blue 101

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

Shades of Eucalyptus #389865

Tints of Eucalyptus #389865

RGB

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

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

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

R = 18.12%
G = 49.19%
B = 32.69%

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

#389865 (or 0x389865) is known color: Eucalyptus. HEX triplet: 38, 98 and 65. RGB value is (56,152,101). Sum of RGB (Red+Green+Blue) = 56+152+101=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #389865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389865 is #C7679A. Grayscale: #757575. Windows color (decimal): -13068187 or 6658104. OLE color: 6658104.

HSL color Cylindrical-coordinate representation of color #389865: hue angle of 148.12º 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 #389865 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 101 -
CMYK 0.63 0 0.34 0.40
HSL 148.13º 0.46% 0.41% -
HSV(B) 148.13º 0.63% 0.6% -
XYZ 15.21 24.24 16.19 -
YUV 117.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 56 152 101 0.63 0 0.34 0.40 148.13 0.46 0.41
Hex 38 98 65 3F 0 22 28 94 2E 29
Octal 70 230 145 77 0 42 50 224 56 51
Binary 111000 10011000 1100101 111111 0 100010 101000 10010100 101110 101001

Color Harmonies of #389865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389865

Black with #389865

Text Example


Text Example

White with #389865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389865; }

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

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

background-color css

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

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

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

border-color css

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

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

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