Html Css Color HEX #48906C Viridian

📋 copy color: '#48906C'

red 72 ◦ green 144 ◦ blue 108

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

Shades of Viridian #48906C

Tints of Viridian #48906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#48906C (or 0x48906C) is known color: Viridian. HEX triplet: 48, 90 and 6C. RGB value is (72,144,108). Sum of RGB (Red+Green+Blue) = 72+144+108=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #48906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906C is #B76F93. Grayscale: #767676. Windows color (decimal): -12021652 or 7114824. OLE color: 7114824.

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

Color convert

RGB 72 144 108 -
CMYK 0.50 0 0.25 0.44
HSL 150º 0.33% 0.42% -
HSV(B) 150º 0.5% 0.56% -
XYZ 15.35 22.41 17.7 -
YUV 118.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 72 144 108 0.50 0 0.25 0.44 150 0.33 0.42
Hex 48 90 6C 32 0 19 2C 96 21 2A
Octal 110 220 154 62 0 31 54 226 41 52
Binary 1001000 10010000 1101100 110010 0 11001 101100 10010110 100001 101010

Color Harmonies of #48906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48906C

Black with #48906C

Text Example


Text Example

White with #48906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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