Html Css Color HEX #48816B Viridian

📋 copy color: '#48816B'

red 72 ◦ green 129 ◦ blue 107

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

Shades of Viridian #48816B

Tints of Viridian #48816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 23.38%
G = 41.88%
B = 34.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#48816B (or 0x48816B) is known color: Viridian. HEX triplet: 48, 81 and 6B. RGB value is (72,129,107). Sum of RGB (Red+Green+Blue) = 72+129+107=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #48816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48816B is #B77E94. Grayscale: #6D6D6D. Windows color (decimal): -12025493 or 7045448. OLE color: 7045448.

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

Color convert

RGB 72 129 107 -
CMYK 0.44 0 0.17 0.49
HSL 156.84º 0.28% 0.39% -
HSV(B) 156.84º 0.44% 0.51% -
XYZ 13.18 18.14 16.72 -
YUV 109.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 72 129 107 0.44 0 0.17 0.49 156.84 0.28 0.39
Hex 48 81 6B 2C 0 11 31 9D 1C 27
Octal 110 201 153 54 0 21 61 235 34 47
Binary 1001000 10000001 1101011 101100 0 10001 110001 10011101 11100 100111

Color Harmonies of #48816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48816B

Black with #48816B

Text Example


Text Example

White with #48816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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