Html Css Color HEX #329F69 Eucalyptus

📋 copy color: '#329F69'

red 50 ◦ green 159 ◦ blue 105

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

Shades of Eucalyptus #329F69

Tints of Eucalyptus #329F69

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.64%

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

R = 15.92%
G = 50.64%
B = 33.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#329F69 (or 0x329F69) is known color: Eucalyptus. HEX triplet: 32, 9F and 69. RGB value is (50,159,105). Sum of RGB (Red+Green+Blue) = 50+159+105=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #329F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F69 is #CD6096. Grayscale: #787878. Windows color (decimal): -13459607 or 6922034. OLE color: 6922034.

HSL color Cylindrical-coordinate representation of color #329F69: hue angle of 150.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F69 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 105 -
CMYK 0.69 0 0.34 0.38
HSL 150.28º 0.52% 0.41% -
HSV(B) 150.28º 0.69% 0.62% -
XYZ 16.26 26.49 17.62 -
YUV 120.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 50 159 105 0.69 0 0.34 0.38 150.28 0.52 0.41
Hex 32 9F 69 45 0 22 26 96 34 29
Octal 62 237 151 105 0 42 46 226 64 51
Binary 110010 10011111 1101001 1000101 0 100010 100110 10010110 110100 101001

Color Harmonies of #329F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F69

Black with #329F69

Text Example


Text Example

White with #329F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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