Html Css Color HEX #48906E Viridian

📋 copy color: '#48906E'

red 72 ◦ green 144 ◦ blue 110

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

Shades of Viridian #48906E

Tints of Viridian #48906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 22.09%
G = 44.17%
B = 33.74%

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

#48906E (or 0x48906E) is known color: Viridian. HEX triplet: 48, 90 and 6E. RGB value is (72,144,110). Sum of RGB (Red+Green+Blue) = 72+144+110=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #48906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906E is #B76F91. Grayscale: #767676. Windows color (decimal): -12021650 or 7245896. OLE color: 7245896.

HSL color Cylindrical-coordinate representation of color #48906E: hue angle of 151.67º 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 #48906E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 110 -
CMYK 0.50 0 0.24 0.44
HSL 151.67º 0.33% 0.42% -
HSV(B) 151.67º 0.5% 0.56% -
XYZ 15.46 22.45 18.27 -
YUV 118.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 72 144 110 0.50 0 0.24 0.44 151.67 0.33 0.42
Hex 48 90 6E 32 0 18 2C 98 21 2A
Octal 110 220 156 62 0 30 54 230 41 52
Binary 1001000 10010000 1101110 110010 0 11000 101100 10011000 100001 101010

Color Harmonies of #48906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48906E

Black with #48906E

Text Example


Text Example

White with #48906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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