Html Css Color HEX #32996A Eucalyptus

📋 copy color: '#32996A'

red 50 ◦ green 153 ◦ blue 106

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

Shades of Eucalyptus #32996A

Tints of Eucalyptus #32996A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

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

R = 16.18%
G = 49.51%
B = 34.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#32996A (or 0x32996A) is known color: Eucalyptus. HEX triplet: 32, 99 and 6A. RGB value is (50,153,106). Sum of RGB (Red+Green+Blue) = 50+153+106=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #32996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32996A is #CD6695. Grayscale: #747474. Windows color (decimal): -13461142 or 6986034. OLE color: 6986034.

HSL color Cylindrical-coordinate representation of color #32996A: hue angle of 152.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32996A is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 106 -
CMYK 0.67 0 0.31 0.4
HSL 152.62º 0.51% 0.4% -
HSV(B) 152.62º 0.67% 0.6% -
XYZ 15.31 24.5 17.56 -
YUV 116.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 50 153 106 0.67 0 0.31 0.4 152.62 0.51 0.4
Hex 32 99 6A 43 0 1F 28 99 33 28
Octal 62 231 152 103 0 37 50 231 63 50
Binary 110010 10011001 1101010 1000011 0 11111 101000 10011001 110011 101000

Color Harmonies of #32996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32996A

Black with #32996A

Text Example


Text Example

White with #32996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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