Html Css Color HEX #328965 Eucalyptus

📋 copy color: '#328965'

red 50 ◦ green 137 ◦ blue 101

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

Shades of Eucalyptus #328965

Tints of Eucalyptus #328965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.57%

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

R = 17.36%
G = 47.57%
B = 35.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#328965 (or 0x328965) is known color: Eucalyptus. HEX triplet: 32, 89 and 65. RGB value is (50,137,101). Sum of RGB (Red+Green+Blue) = 50+137+101=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #328965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328965 is #CD769A. Grayscale: #6A6A6A. Windows color (decimal): -13465243 or 6654258. OLE color: 6654258.

HSL color Cylindrical-coordinate representation of color #328965: hue angle of 155.17º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328965 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 101 -
CMYK 0.64 0 0.26 0.46
HSL 155.17º 0.47% 0.37% -
HSV(B) 155.17º 0.64% 0.54% -
XYZ 12.61 19.51 15.41 -
YUV 106.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 50 137 101 0.64 0 0.26 0.46 155.17 0.47 0.37
Hex 32 89 65 40 0 1A 2E 9B 2F 25
Octal 62 211 145 100 0 32 56 233 57 45
Binary 110010 10001001 1100101 1000000 0 11010 101110 10011011 101111 100101

Color Harmonies of #328965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328965

Black with #328965

Text Example


Text Example

White with #328965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328965; }

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

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

background-color css

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

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

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

border-color css

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

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

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