Html Css Color HEX #48906D Viridian

📋 copy color: '#48906D'

red 72 ◦ green 144 ◦ blue 109

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

Shades of Viridian #48906D

Tints of Viridian #48906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 22.15%
G = 44.31%
B = 33.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#48906D (or 0x48906D) is known color: Viridian. HEX triplet: 48, 90 and 6D. RGB value is (72,144,109). Sum of RGB (Red+Green+Blue) = 72+144+109=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #48906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906D is #B76F92. Grayscale: #767676. Windows color (decimal): -12021651 or 7180360. OLE color: 7180360.

HSL color Cylindrical-coordinate representation of color #48906D: hue angle of 150.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48906D is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 109 -
CMYK 0.50 0 0.24 0.44
HSL 150.83º 0.33% 0.42% -
HSV(B) 150.83º 0.5% 0.56% -
XYZ 15.41 22.43 17.99 -
YUV 118.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 72 144 109 0.50 0 0.24 0.44 150.83 0.33 0.42
Hex 48 90 6D 32 0 18 2C 97 21 2A
Octal 110 220 155 62 0 30 54 227 41 52
Binary 1001000 10010000 1101101 110010 0 11000 101100 10010111 100001 101010

Color Harmonies of #48906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48906D

Black with #48906D

Text Example


Text Example

White with #48906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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