Html Css Color HEX #32976A Eucalyptus

📋 copy color: '#32976A'

red 50 ◦ green 151 ◦ blue 106

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

Shades of Eucalyptus #32976A

Tints of Eucalyptus #32976A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.19%

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 16.29%
G = 49.19%
B = 34.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#32976A (or 0x32976A) is known color: Eucalyptus. HEX triplet: 32, 97 and 6A. RGB value is (50,151,106). Sum of RGB (Red+Green+Blue) = 50+151+106=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #32976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32976A is #CD6895. Grayscale: #737373. Windows color (decimal): -13461654 or 6985522. OLE color: 6985522.

HSL color Cylindrical-coordinate representation of color #32976A: hue angle of 153.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32976A is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 151 106 -
CMYK 0.67 0 0.30 0.41
HSL 153.27º 0.5% 0.39% -
HSV(B) 153.27º 0.67% 0.59% -
XYZ 14.98 23.85 17.45 -
YUV 115.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 50 151 106 0.67 0 0.30 0.41 153.27 0.5 0.39
Hex 32 97 6A 43 0 1E 29 99 32 27
Octal 62 227 152 103 0 36 51 231 62 47
Binary 110010 10010111 1101010 1000011 0 11110 101001 10011001 110010 100111

Color Harmonies of #32976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32976A

Black with #32976A

Text Example


Text Example

White with #32976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32976A; }

 p { color: rgb(50,151,106); }

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

background-color css

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

 a { background-color: rgb(50,151,106); }

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

border-color css

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

 span { border-color: rgb(50,151,106); }

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