Html Css Color HEX #389068 Eucalyptus

📋 copy color: '#389068'

red 56 ◦ green 144 ◦ blue 104

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

Shades of Eucalyptus #389068

Tints of Eucalyptus #389068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.37%

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

R = 18.42%
G = 47.37%
B = 34.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#389068 (or 0x389068) is known color: Eucalyptus. HEX triplet: 38, 90 and 68. RGB value is (56,144,104). Sum of RGB (Red+Green+Blue) = 56+144+104=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #389068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389068 is #C76F97. Grayscale: #717171. Windows color (decimal): -13070232 or 6852664. OLE color: 6852664.

HSL color Cylindrical-coordinate representation of color #389068: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389068 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 104 -
CMYK 0.61 0 0.28 0.44
HSL 152.73º 0.44% 0.39% -
HSV(B) 152.73º 0.61% 0.56% -
XYZ 14.1 21.79 16.56 -
YUV 113.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 56 144 104 0.61 0 0.28 0.44 152.73 0.44 0.39
Hex 38 90 68 3D 0 1C 2C 99 2C 27
Octal 70 220 150 75 0 34 54 231 54 47
Binary 111000 10010000 1101000 111101 0 11100 101100 10011001 101100 100111

Color Harmonies of #389068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389068

Black with #389068

Text Example


Text Example

White with #389068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389068; }

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

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

background-color css

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

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

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

border-color css

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

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

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