Html Css Color HEX #32985D Eucalyptus

📋 copy color: '#32985D'

red 50 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #32985D

Tints of Eucalyptus #32985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.53%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 16.95%
G = 51.53%
B = 31.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#32985D (or 0x32985D) is known color: Eucalyptus. HEX triplet: 32, 98 and 5D. RGB value is (50,152,93). Sum of RGB (Red+Green+Blue) = 50+152+93=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #32985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32985D is #CD67A2. Grayscale: #727272. Windows color (decimal): -13461411 or 6133810. OLE color: 6133810.

HSL color Cylindrical-coordinate representation of color #32985D: hue angle of 145.29º degrees, saturation: 0.5, 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 #32985D is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 93 -
CMYK 0.67 0 0.39 0.40
HSL 145.29º 0.5% 0.4% -
HSV(B) 145.29º 0.67% 0.6% -
XYZ 14.52 23.92 14.21 -
YUV 114.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 50 152 93 0.67 0 0.39 0.40 145.29 0.5 0.4
Hex 32 98 5D 43 0 27 28 91 32 28
Octal 62 230 135 103 0 47 50 221 62 50
Binary 110010 10011000 1011101 1000011 0 100111 101000 10010001 110010 101000

Color Harmonies of #32985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32985D

Black with #32985D

Text Example


Text Example

White with #32985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32985D; }

 p { color: rgb(50,152,93); }

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

background-color css

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

 a { background-color: rgb(50,152,93); }

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

border-color css

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

 span { border-color: rgb(50,152,93); }

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