Html Css Color HEX #389668 Eucalyptus

📋 copy color: '#389668'

red 56 ◦ green 150 ◦ blue 104

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

Shades of Eucalyptus #389668

Tints of Eucalyptus #389668

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.39%

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

R = 18.06%
G = 48.39%
B = 33.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#389668 (or 0x389668) is known color: Eucalyptus. HEX triplet: 38, 96 and 68. RGB value is (56,150,104). Sum of RGB (Red+Green+Blue) = 56+150+104=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #389668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389668 is #C76997. Grayscale: #747474. Windows color (decimal): -13068696 or 6854200. OLE color: 6854200.

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

Color convert

RGB 56 150 104 -
CMYK 0.63 0 0.31 0.41
HSL 150.64º 0.46% 0.4% -
HSV(B) 150.64º 0.63% 0.59% -
XYZ 15.04 23.65 16.87 -
YUV 116.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 56 150 104 0.63 0 0.31 0.41 150.64 0.46 0.4
Hex 38 96 68 3F 0 1F 29 97 2E 28
Octal 70 226 150 77 0 37 51 227 56 50
Binary 111000 10010110 1101000 111111 0 11111 101001 10010111 101110 101000

Color Harmonies of #389668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389668

Black with #389668

Text Example


Text Example

White with #389668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389668; }

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

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

background-color css

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

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

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

border-color css

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

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

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