Html Css Color HEX #389669 Eucalyptus

📋 copy color: '#389669'

red 56 ◦ green 150 ◦ blue 105

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

Shades of Eucalyptus #389669

Tints of Eucalyptus #389669

RGB

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

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

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

R = 18.01%
G = 48.23%
B = 33.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#389669 (or 0x389669) is known color: Eucalyptus. HEX triplet: 38, 96 and 69. RGB value is (56,150,105). Sum of RGB (Red+Green+Blue) = 56+150+105=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #389669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389669 is #C76996. Grayscale: #747474. Windows color (decimal): -13068695 or 6919736. OLE color: 6919736.

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

Color convert

RGB 56 150 105 -
CMYK 0.63 0 0.30 0.41
HSL 151.28º 0.46% 0.4% -
HSV(B) 151.28º 0.63% 0.59% -
XYZ 15.09 23.67 17.14 -
YUV 116.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 56 150 105 0.63 0 0.30 0.41 151.28 0.46 0.4
Hex 38 96 69 3F 0 1E 29 97 2E 28
Octal 70 226 151 77 0 36 51 227 56 50
Binary 111000 10010110 1101001 111111 0 11110 101001 10010111 101110 101000

Color Harmonies of #389669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389669

Black with #389669

Text Example


Text Example

White with #389669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389669; }

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

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

background-color css

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

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

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

border-color css

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

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

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