Html Css Color HEX #48886D Viridian

📋 copy color: '#48886D'

red 72 ◦ green 136 ◦ blue 109

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

Shades of Viridian #48886D

Tints of Viridian #48886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 22.71%
G = 42.9%
B = 34.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#48886D (or 0x48886D) is known color: Viridian. HEX triplet: 48, 88 and 6D. RGB value is (72,136,109). Sum of RGB (Red+Green+Blue) = 72+136+109=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #48886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48886D is #B77792. Grayscale: #717171. Windows color (decimal): -12023699 or 7178312. OLE color: 7178312.

HSL color Cylindrical-coordinate representation of color #48886D: hue angle of 154.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48886D is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 109 -
CMYK 0.47 0 0.20 0.47
HSL 154.69º 0.31% 0.41% -
HSV(B) 154.69º 0.47% 0.53% -
XYZ 14.24 20.09 17.6 -
YUV 113.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 72 136 109 0.47 0 0.20 0.47 154.69 0.31 0.41
Hex 48 88 6D 2F 0 14 2F 9B 1F 29
Octal 110 210 155 57 0 24 57 233 37 51
Binary 1001000 10001000 1101101 101111 0 10100 101111 10011011 11111 101001

Color Harmonies of #48886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48886D

Black with #48886D

Text Example


Text Example

White with #48886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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