Html Css Color HEX #329965 Eucalyptus

📋 copy color: '#329965'

red 50 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #329965

Tints of Eucalyptus #329965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.33%

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

R = 16.45%
G = 50.33%
B = 33.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#329965 (or 0x329965) is known color: Eucalyptus. HEX triplet: 32, 99 and 65. RGB value is (50,153,101). Sum of RGB (Red+Green+Blue) = 50+153+101=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #329965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329965 is #CD669A. Grayscale: #747474. Windows color (decimal): -13461147 or 6658354. OLE color: 6658354.

HSL color Cylindrical-coordinate representation of color #329965: hue angle of 149.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329965 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 101 -
CMYK 0.67 0 0.34 0.4
HSL 149.71º 0.51% 0.4% -
HSV(B) 149.71º 0.67% 0.6% -
XYZ 15.06 24.4 16.23 -
YUV 116.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 50 153 101 0.67 0 0.34 0.4 149.71 0.51 0.4
Hex 32 99 65 43 0 22 28 96 33 28
Octal 62 231 145 103 0 42 50 226 63 50
Binary 110010 10011001 1100101 1000011 0 100010 101000 10010110 110011 101000

Color Harmonies of #329965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329965

Black with #329965

Text Example


Text Example

White with #329965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329965; }

 p { color: rgb(50,153,101); }

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

background-color css

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

 a { background-color: rgb(50,153,101); }

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

border-color css

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

 span { border-color: rgb(50,153,101); }

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