Html Css Color HEX #389265 Eucalyptus

📋 copy color: '#389265'

red 56 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #389265

Tints of Eucalyptus #389265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.18%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 18.48%
G = 48.18%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#389265 (or 0x389265) is known color: Eucalyptus. HEX triplet: 38, 92 and 65. RGB value is (56,146,101). Sum of RGB (Red+Green+Blue) = 56+146+101=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #389265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389265 is #C76D9A. Grayscale: #727272. Windows color (decimal): -13069723 or 6656568. OLE color: 6656568.

HSL color Cylindrical-coordinate representation of color #389265: hue angle of 150º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389265 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 101 -
CMYK 0.62 0 0.31 0.43
HSL 150º 0.45% 0.4% -
HSV(B) 150º 0.62% 0.57% -
XYZ 14.26 22.34 15.87 -
YUV 113.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 56 146 101 0.62 0 0.31 0.43 150 0.45 0.4
Hex 38 92 65 3E 0 1F 2B 96 2D 28
Octal 70 222 145 76 0 37 53 226 55 50
Binary 111000 10010010 1100101 111110 0 11111 101011 10010110 101101 101000

Color Harmonies of #389265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389265

Black with #389265

Text Example


Text Example

White with #389265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389265; }

 p { color: rgb(56,146,101); }

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

background-color css

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

 a { background-color: rgb(56,146,101); }

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

border-color css

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

 span { border-color: rgb(56,146,101); }

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