Html Css Color HEX #48846E Viridian

📋 copy color: '#48846E'

red 72 ◦ green 132 ◦ blue 110

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

Shades of Viridian #48846E

Tints of Viridian #48846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

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

R = 22.93%
G = 42.04%
B = 35.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#48846E (or 0x48846E) is known color: Viridian. HEX triplet: 48, 84 and 6E. RGB value is (72,132,110). Sum of RGB (Red+Green+Blue) = 72+132+110=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #48846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48846E is #B77B91. Grayscale: #6F6F6F. Windows color (decimal): -12024722 or 7242824. OLE color: 7242824.

HSL color Cylindrical-coordinate representation of color #48846E: hue angle of 158º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48846E is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 110 -
CMYK 0.45 0 0.17 0.48
HSL 158º 0.29% 0.4% -
HSV(B) 158º 0.45% 0.52% -
XYZ 13.74 19.01 17.7 -
YUV 111.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 72 132 110 0.45 0 0.17 0.48 158 0.29 0.4
Hex 48 84 6E 2D 0 11 30 9E 1D 28
Octal 110 204 156 55 0 21 60 236 35 50
Binary 1001000 10000100 1101110 101101 0 10001 110000 10011110 11101 101000

Color Harmonies of #48846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48846E

Black with #48846E

Text Example


Text Example

White with #48846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,132,110); }

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

background-color css

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

 a { background-color: rgb(72,132,110); }

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

border-color css

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

 span { border-color: rgb(72,132,110); }

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