Html Css Color HEX #329265 Eucalyptus

📋 copy color: '#329265'

red 50 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #329265

Tints of Eucalyptus #329265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

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

R = 16.84%
G = 49.16%
B = 34.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#329265 (or 0x329265) is known color: Eucalyptus. HEX triplet: 32, 92 and 65. RGB value is (50,146,101). Sum of RGB (Red+Green+Blue) = 50+146+101=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #329265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329265 is #CD6D9A. Grayscale: #707070. Windows color (decimal): -13462939 or 6656562. OLE color: 6656562.

HSL color Cylindrical-coordinate representation of color #329265: hue angle of 151.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329265 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 101 -
CMYK 0.66 0 0.31 0.43
HSL 151.88º 0.49% 0.38% -
HSV(B) 151.88º 0.66% 0.57% -
XYZ 13.94 22.18 15.86 -
YUV 112.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 50 146 101 0.66 0 0.31 0.43 151.88 0.49 0.38
Hex 32 92 65 42 0 1F 2B 98 31 26
Octal 62 222 145 102 0 37 53 230 61 46
Binary 110010 10010010 1100101 1000010 0 11111 101011 10011000 110001 100110

Color Harmonies of #329265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329265

Black with #329265

Text Example


Text Example

White with #329265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329265; }

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

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

background-color css

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

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

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

border-color css

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

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

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