Html Css Color HEX #329661 Eucalyptus

📋 copy color: '#329661'

red 50 ◦ green 150 ◦ blue 97

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

Shades of Eucalyptus #329661

Tints of Eucalyptus #329661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 16.84%
G = 50.51%
B = 32.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#329661 (or 0x329661) is known color: Eucalyptus. HEX triplet: 32, 96 and 61. RGB value is (50,150,97). Sum of RGB (Red+Green+Blue) = 50+150+97=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #329661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329661 is #CD699E. Grayscale: #727272. Windows color (decimal): -13461919 or 6395442. OLE color: 6395442.

HSL color Cylindrical-coordinate representation of color #329661: hue angle of 148.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329661 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 97 -
CMYK 0.67 0 0.35 0.41
HSL 148.2º 0.5% 0.39% -
HSV(B) 148.2º 0.67% 0.59% -
XYZ 14.38 23.35 15.06 -
YUV 114.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 50 150 97 0.67 0 0.35 0.41 148.2 0.5 0.39
Hex 32 96 61 43 0 23 29 94 32 27
Octal 62 226 141 103 0 43 51 224 62 47
Binary 110010 10010110 1100001 1000011 0 100011 101001 10010100 110010 100111

Color Harmonies of #329661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329661

Black with #329661

Text Example


Text Example

White with #329661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329661; }

 p { color: rgb(50,150,97); }

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

background-color css

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

 a { background-color: rgb(50,150,97); }

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

border-color css

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

 span { border-color: rgb(50,150,97); }

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