Html Css Color HEX #389268 Eucalyptus

📋 copy color: '#389268'

red 56 ◦ green 146 ◦ blue 104

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

Shades of Eucalyptus #389268

Tints of Eucalyptus #389268

RGB

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

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

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

R = 18.3%
G = 47.71%
B = 33.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#389268 (or 0x389268) is known color: Eucalyptus. HEX triplet: 38, 92 and 68. RGB value is (56,146,104). Sum of RGB (Red+Green+Blue) = 56+146+104=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #389268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389268 is #C76D97. Grayscale: #727272. Windows color (decimal): -13069720 or 6853176. OLE color: 6853176.

HSL color Cylindrical-coordinate representation of color #389268: hue angle of 152º 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 #389268 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 104 -
CMYK 0.62 0 0.29 0.43
HSL 152º 0.45% 0.4% -
HSV(B) 152º 0.62% 0.57% -
XYZ 14.41 22.4 16.66 -
YUV 114.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 56 146 104 0.62 0 0.29 0.43 152 0.45 0.4
Hex 38 92 68 3E 0 1D 2B 98 2D 28
Octal 70 222 150 76 0 35 53 230 55 50
Binary 111000 10010010 1101000 111110 0 11101 101011 10011000 101101 101000

Color Harmonies of #389268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389268

Black with #389268

Text Example


Text Example

White with #389268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389268; }

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

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

background-color css

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

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

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

border-color css

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

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

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