Html Css Color HEX #48846A Viridian

📋 copy color: '#48846A'

red 72 ◦ green 132 ◦ blue 106

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

Shades of Viridian #48846A

Tints of Viridian #48846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 23.23%
G = 42.58%
B = 34.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#48846A (or 0x48846A) is known color: Viridian. HEX triplet: 48, 84 and 6A. RGB value is (72,132,106). Sum of RGB (Red+Green+Blue) = 72+132+106=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #48846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48846A is #B77B95. Grayscale: #6F6F6F. Windows color (decimal): -12024726 or 6980680. OLE color: 6980680.

HSL color Cylindrical-coordinate representation of color #48846A: hue angle of 154º 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 #48846A is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 106 -
CMYK 0.45 0 0.20 0.48
HSL 154º 0.29% 0.4% -
HSV(B) 154º 0.45% 0.52% -
XYZ 13.53 18.92 16.57 -
YUV 111.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 72 132 106 0.45 0 0.20 0.48 154 0.29 0.4
Hex 48 84 6A 2D 0 14 30 9A 1D 28
Octal 110 204 152 55 0 24 60 232 35 50
Binary 1001000 10000100 1101010 101101 0 10100 110000 10011010 11101 101000

Color Harmonies of #48846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48846A

Black with #48846A

Text Example


Text Example

White with #48846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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