Html Css Color HEX #329462 Eucalyptus

📋 copy color: '#329462'

red 50 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #329462

Tints of Eucalyptus #329462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 16.89%
G = 50%
B = 33.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#329462 (or 0x329462) is known color: Eucalyptus. HEX triplet: 32, 94 and 62. RGB value is (50,148,98). Sum of RGB (Red+Green+Blue) = 50+148+98=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #329462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329462 is #CD6B9D. Grayscale: #717171. Windows color (decimal): -13462430 or 6460466. OLE color: 6460466.

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

Color convert

RGB 50 148 98 -
CMYK 0.66 0 0.34 0.42
HSL 149.39º 0.49% 0.39% -
HSV(B) 149.39º 0.66% 0.58% -
XYZ 14.11 22.74 15.2 -
YUV 113 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 50 148 98 0.66 0 0.34 0.42 149.39 0.49 0.39
Hex 32 94 62 42 0 22 2A 95 31 27
Octal 62 224 142 102 0 42 52 225 61 47
Binary 110010 10010100 1100010 1000010 0 100010 101010 10010101 110001 100111

Color Harmonies of #329462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329462

Black with #329462

Text Example


Text Example

White with #329462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329462; }

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

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

background-color css

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

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

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

border-color css

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

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

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