Html Css Color HEX #389A6E Eucalyptus

📋 copy color: '#389A6E'

red 56 ◦ green 154 ◦ blue 110

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

Shades of Eucalyptus #389A6E

Tints of Eucalyptus #389A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.13%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 17.5%
G = 48.13%
B = 34.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#389A6E (or 0x389A6E) is known color: Eucalyptus. HEX triplet: 38, 9A and 6E. RGB value is (56,154,110). Sum of RGB (Red+Green+Blue) = 56+154+110=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #389A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A6E is #C76591. Grayscale: #777777. Windows color (decimal): -13067666 or 7248440. OLE color: 7248440.

HSL color Cylindrical-coordinate representation of color #389A6E: hue angle of 153.06º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A6E is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 154 110 -
CMYK 0.64 0 0.29 0.40
HSL 153.06º 0.47% 0.41% -
HSV(B) 153.06º 0.64% 0.6% -
XYZ 16 25.08 18.75 -
YUV 119.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 56 154 110 0.64 0 0.29 0.40 153.06 0.47 0.41
Hex 38 9A 6E 40 0 1D 28 99 2F 29
Octal 70 232 156 100 0 35 50 231 57 51
Binary 111000 10011010 1101110 1000000 0 11101 101000 10011001 101111 101001

Color Harmonies of #389A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A6E

Black with #389A6E

Text Example


Text Example

White with #389A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389A6E; }

 p { color: rgb(56,154,110); }

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

background-color css

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

 a { background-color: rgb(56,154,110); }

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

border-color css

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

 span { border-color: rgb(56,154,110); }

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