Html Css Color HEX #329464 Eucalyptus

📋 copy color: '#329464'

red 50 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #329464

Tints of Eucalyptus #329464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 16.78%
G = 49.66%
B = 33.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#329464 (or 0x329464) is known color: Eucalyptus. HEX triplet: 32, 94 and 64. RGB value is (50,148,100). Sum of RGB (Red+Green+Blue) = 50+148+100=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #329464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329464 is #CD6B9B. Grayscale: #717171. Windows color (decimal): -13462428 or 6591538. OLE color: 6591538.

HSL color Cylindrical-coordinate representation of color #329464: hue angle of 150.61º 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 #329464 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 100 -
CMYK 0.66 0 0.32 0.42
HSL 150.61º 0.49% 0.39% -
HSV(B) 150.61º 0.66% 0.58% -
XYZ 14.21 22.78 15.7 -
YUV 113.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 50 148 100 0.66 0 0.32 0.42 150.61 0.49 0.39
Hex 32 94 64 42 0 20 2A 97 31 27
Octal 62 224 144 102 0 40 52 227 61 47
Binary 110010 10010100 1100100 1000010 0 100000 101010 10010111 110001 100111

Color Harmonies of #329464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329464

Black with #329464

Text Example


Text Example

White with #329464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329464; }

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

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

background-color css

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

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

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

border-color css

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

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

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