Html Css Color HEX #32986B Eucalyptus

📋 copy color: '#32986B'

red 50 ◦ green 152 ◦ blue 107

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

Shades of Eucalyptus #32986B

Tints of Eucalyptus #32986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 16.18%
G = 49.19%
B = 34.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#32986B (or 0x32986B) is known color: Eucalyptus. HEX triplet: 32, 98 and 6B. RGB value is (50,152,107). Sum of RGB (Red+Green+Blue) = 50+152+107=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #32986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32986B is #CD6794. Grayscale: #747474. Windows color (decimal): -13461397 or 7051314. OLE color: 7051314.

HSL color Cylindrical-coordinate representation of color #32986B: hue angle of 153.53º 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 #32986B is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 107 -
CMYK 0.67 0 0.30 0.40
HSL 153.53º 0.5% 0.4% -
HSV(B) 153.53º 0.67% 0.6% -
XYZ 15.2 24.2 17.78 -
YUV 116.37 122.71 80.66 -
System Red Green Blue C M Y K H S L
Decimal 50 152 107 0.67 0 0.30 0.40 153.53 0.5 0.4
Hex 32 98 6B 43 0 1E 28 9A 32 28
Octal 62 230 153 103 0 36 50 232 62 50
Binary 110010 10011000 1101011 1000011 0 11110 101000 10011010 110010 101000

Color Harmonies of #32986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32986B

Black with #32986B

Text Example


Text Example

White with #32986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32986B; }

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

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

background-color css

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

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

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

border-color css

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

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

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