Html Css Color HEX #48806D Viridian

📋 copy color: '#48806D'

red 72 ◦ green 128 ◦ blue 109

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

Shades of Viridian #48806D

Tints of Viridian #48806D

RGB

 RED value IS 72 (28.52% from 255) = 23.3%

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 23.3%
G = 41.42%
B = 35.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#48806D (or 0x48806D) is known color: Viridian. HEX triplet: 48, 80 and 6D. RGB value is (72,128,109). Sum of RGB (Red+Green+Blue) = 72+128+109=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #48806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48806D is #B77F92. Grayscale: #6D6D6D. Windows color (decimal): -12025747 or 7176264. OLE color: 7176264.

HSL color Cylindrical-coordinate representation of color #48806D: hue angle of 159.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48806D is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 109 -
CMYK 0.44 0 0.15 0.50
HSL 159.64º 0.28% 0.39% -
HSV(B) 159.64º 0.44% 0.5% -
XYZ 13.15 17.92 17.23 -
YUV 109.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 72 128 109 0.44 0 0.15 0.50 159.64 0.28 0.39
Hex 48 80 6D 2C 0 F 32 A0 1C 27
Octal 110 200 155 54 0 17 62 240 34 47
Binary 1001000 10000000 1101101 101100 0 1111 110010 10100000 11100 100111

Color Harmonies of #48806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48806D

Black with #48806D

Text Example


Text Example

White with #48806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,128,109); }

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

background-color css

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

 a { background-color: rgb(72,128,109); }

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

border-color css

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

 span { border-color: rgb(72,128,109); }

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