Html Css Color HEX #32995A Eucalyptus

📋 copy color: '#32995A'

red 50 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #32995A

Tints of Eucalyptus #32995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 17.06%
G = 52.22%
B = 30.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#32995A (or 0x32995A) is known color: Eucalyptus. HEX triplet: 32, 99 and 5A. RGB value is (50,153,90). Sum of RGB (Red+Green+Blue) = 50+153+90=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #32995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995A is #CD66A5. Grayscale: #737373. Windows color (decimal): -13461158 or 5937458. OLE color: 5937458.

HSL color Cylindrical-coordinate representation of color #32995A: hue angle of 143.3º 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 #32995A is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 90 -
CMYK 0.67 0 0.41 0.4
HSL 143.3º 0.51% 0.4% -
HSV(B) 143.3º 0.67% 0.6% -
XYZ 14.55 24.2 13.58 -
YUV 115.02 113.88 81.62 -
System Red Green Blue C M Y K H S L
Decimal 50 153 90 0.67 0 0.41 0.4 143.3 0.51 0.4
Hex 32 99 5A 43 0 29 28 8F 33 28
Octal 62 231 132 103 0 51 50 217 63 50
Binary 110010 10011001 1011010 1000011 0 101001 101000 10001111 110011 101000

Color Harmonies of #32995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32995A

Black with #32995A

Text Example


Text Example

White with #32995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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