Html Css Color HEX #329469 Eucalyptus

📋 copy color: '#329469'

red 50 ◦ green 148 ◦ blue 105

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

Shades of Eucalyptus #329469

Tints of Eucalyptus #329469

RGB

 RED value IS 50 (19.92% from 255) = 16.5%

 GREEN value IS 148 (58.2% from 255) = 48.84%

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

R = 16.5%
G = 48.84%
B = 34.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#329469 (or 0x329469) is known color: Eucalyptus. HEX triplet: 32, 94 and 69. RGB value is (50,148,105). Sum of RGB (Red+Green+Blue) = 50+148+105=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #329469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329469 is #CD6B96. Grayscale: #717171. Windows color (decimal): -13462423 or 6919218. OLE color: 6919218.

HSL color Cylindrical-coordinate representation of color #329469: hue angle of 153.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329469 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 105 -
CMYK 0.66 0 0.29 0.42
HSL 153.67º 0.49% 0.39% -
HSV(B) 153.67º 0.66% 0.58% -
XYZ 14.46 22.88 17.02 -
YUV 113.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 50 148 105 0.66 0 0.29 0.42 153.67 0.49 0.39
Hex 32 94 69 42 0 1D 2A 9A 31 27
Octal 62 224 151 102 0 35 52 232 61 47
Binary 110010 10010100 1101001 1000010 0 11101 101010 10011010 110001 100111

Color Harmonies of #329469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329469

Black with #329469

Text Example


Text Example

White with #329469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329469; }

 p { color: rgb(50,148,105); }

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

background-color css

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

 a { background-color: rgb(50,148,105); }

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

border-color css

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

 span { border-color: rgb(50,148,105); }

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