Html Css Color HEX #389968 Eucalyptus

📋 copy color: '#389968'

red 56 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #389968

Tints of Eucalyptus #389968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.88%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 17.89%
G = 48.88%
B = 33.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#389968 (or 0x389968) is known color: Eucalyptus. HEX triplet: 38, 99 and 68. RGB value is (56,153,104). Sum of RGB (Red+Green+Blue) = 56+153+104=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #389968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389968 is #C76697. Grayscale: #767676. Windows color (decimal): -13067928 or 6854968. OLE color: 6854968.

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

Color convert

RGB 56 153 104 -
CMYK 0.63 0 0.32 0.4
HSL 149.69º 0.46% 0.41% -
HSV(B) 149.69º 0.63% 0.6% -
XYZ 15.52 24.62 17.03 -
YUV 118.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 56 153 104 0.63 0 0.32 0.4 149.69 0.46 0.41
Hex 38 99 68 3F 0 20 28 96 2E 29
Octal 70 231 150 77 0 40 50 226 56 51
Binary 111000 10011001 1101000 111111 0 100000 101000 10010110 101110 101001

Color Harmonies of #389968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389968

Black with #389968

Text Example


Text Example

White with #389968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389968; }

 p { color: rgb(56,153,104); }

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

background-color css

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

 a { background-color: rgb(56,153,104); }

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

border-color css

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

 span { border-color: rgb(56,153,104); }

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