Html Css Color HEX #48816D Viridian

📋 copy color: '#48816D'

red 72 ◦ green 129 ◦ blue 109

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

Shades of Viridian #48816D

Tints of Viridian #48816D

RGB

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

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

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

R = 23.23%
G = 41.61%
B = 35.16%

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

#48816D (or 0x48816D) is known color: Viridian. HEX triplet: 48, 81 and 6D. RGB value is (72,129,109). Sum of RGB (Red+Green+Blue) = 72+129+109=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #48816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48816D is #B77E92. Grayscale: #6D6D6D. Windows color (decimal): -12025491 or 7176520. OLE color: 7176520.

HSL color Cylindrical-coordinate representation of color #48816D: hue angle of 158.95º 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 #48816D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 109 -
CMYK 0.44 0 0.16 0.49
HSL 158.95º 0.28% 0.39% -
HSV(B) 158.95º 0.44% 0.51% -
XYZ 13.28 18.18 17.28 -
YUV 109.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 72 129 109 0.44 0 0.16 0.49 158.95 0.28 0.39
Hex 48 81 6D 2C 0 10 31 9F 1C 27
Octal 110 201 155 54 0 20 61 237 34 47
Binary 1001000 10000001 1101101 101100 0 10000 110001 10011111 11100 100111

Color Harmonies of #48816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48816D

Black with #48816D

Text Example


Text Example

White with #48816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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