Html Css Color HEX #48816C Viridian

📋 copy color: '#48816C'

red 72 ◦ green 129 ◦ blue 108

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

Shades of Viridian #48816C

Tints of Viridian #48816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 23.3%
G = 41.75%
B = 34.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#48816C (or 0x48816C) is known color: Viridian. HEX triplet: 48, 81 and 6C. RGB value is (72,129,108). Sum of RGB (Red+Green+Blue) = 72+129+108=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #48816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48816C is #B77E93. Grayscale: #6D6D6D. Windows color (decimal): -12025492 or 7110984. OLE color: 7110984.

HSL color Cylindrical-coordinate representation of color #48816C: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48816C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 108 -
CMYK 0.44 0 0.16 0.49
HSL 157.89º 0.28% 0.39% -
HSV(B) 157.89º 0.44% 0.51% -
XYZ 13.23 18.16 17 -
YUV 109.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 72 129 108 0.44 0 0.16 0.49 157.89 0.28 0.39
Hex 48 81 6C 2C 0 10 31 9E 1C 27
Octal 110 201 154 54 0 20 61 236 34 47
Binary 1001000 10000001 1101100 101100 0 10000 110001 10011110 11100 100111

Color Harmonies of #48816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48816C

Black with #48816C

Text Example


Text Example

White with #48816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48816C; }

 p { color: rgb(72,129,108); }

 H1.HeaderClassName
 {
   color: #48816C;
 }
 .AnyTagClassName
 {
   color: #48816C;
 }
</style>

background-color css

<style>
 a { background-color: #48816C; }

 a { background-color: rgb(72,129,108); }

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

border-color css

<style>
 span { border-color: #48816C; }

 span { border-color: rgb(72,129,108); }

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