Html Css Color HEX #389069 Eucalyptus

📋 copy color: '#389069'

red 56 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #389069

Tints of Eucalyptus #389069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 18.36%
G = 47.21%
B = 34.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#389069 (or 0x389069) is known color: Eucalyptus. HEX triplet: 38, 90 and 69. RGB value is (56,144,105). Sum of RGB (Red+Green+Blue) = 56+144+105=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #389069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389069 is #C76F96. Grayscale: #717171. Windows color (decimal): -13070231 or 6918200. OLE color: 6918200.

HSL color Cylindrical-coordinate representation of color #389069: hue angle of 153.41º 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 #389069 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 105 -
CMYK 0.61 0 0.27 0.44
HSL 153.41º 0.44% 0.39% -
HSV(B) 153.41º 0.61% 0.56% -
XYZ 14.15 21.81 16.83 -
YUV 113.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 56 144 105 0.61 0 0.27 0.44 153.41 0.44 0.39
Hex 38 90 69 3D 0 1B 2C 99 2C 27
Octal 70 220 151 75 0 33 54 231 54 47
Binary 111000 10010000 1101001 111101 0 11011 101100 10011001 101100 100111

Color Harmonies of #389069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389069

Black with #389069

Text Example


Text Example

White with #389069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389069; }

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

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

background-color css

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

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

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

border-color css

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

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

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