Html Css Color HEX #32896E Viridian

📋 copy color: '#32896E'

red 50 ◦ green 137 ◦ blue 110

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

Shades of Viridian #32896E

Tints of Viridian #32896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 16.84%
G = 46.13%
B = 37.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#32896E (or 0x32896E) is known color: Viridian. HEX triplet: 32, 89 and 6E. RGB value is (50,137,110). Sum of RGB (Red+Green+Blue) = 50+137+110=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #32896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32896E is #CD7691. Grayscale: #6B6B6B. Windows color (decimal): -13465234 or 7244082. OLE color: 7244082.

HSL color Cylindrical-coordinate representation of color #32896E: hue angle of 161.38º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32896E is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 110 -
CMYK 0.64 0 0.20 0.46
HSL 161.38º 0.47% 0.37% -
HSV(B) 161.38º 0.64% 0.54% -
XYZ 13.08 19.7 17.86 -
YUV 107.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 50 137 110 0.64 0 0.20 0.46 161.38 0.47 0.37
Hex 32 89 6E 40 0 14 2E A1 2F 25
Octal 62 211 156 100 0 24 56 241 57 45
Binary 110010 10001001 1101110 1000000 0 10100 101110 10100001 101111 100101

Color Harmonies of #32896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32896E

Black with #32896E

Text Example


Text Example

White with #32896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32896E; }

 p { color: rgb(50,137,110); }

 H1.HeaderClassName
 {
   color: #32896E;
 }
 .AnyTagClassName
 {
   color: #32896E;
 }
</style>

background-color css

<style>
 a { background-color: #32896E; }

 a { background-color: rgb(50,137,110); }

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

border-color css

<style>
 span { border-color: #32896E; }

 span { border-color: rgb(50,137,110); }

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