Html Css Color HEX #48916E Viridian

📋 copy color: '#48916E'

red 72 ◦ green 145 ◦ blue 110

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

Shades of Viridian #48916E

Tints of Viridian #48916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

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

R = 22.02%
G = 44.34%
B = 33.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#48916E (or 0x48916E) is known color: Viridian. HEX triplet: 48, 91 and 6E. RGB value is (72,145,110). Sum of RGB (Red+Green+Blue) = 72+145+110=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #48916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916E is #B76E91. Grayscale: #777777. Windows color (decimal): -12021394 or 7246152. OLE color: 7246152.

HSL color Cylindrical-coordinate representation of color #48916E: hue angle of 151.23º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48916E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 110 -
CMYK 0.50 0 0.24 0.43
HSL 151.23º 0.34% 0.43% -
HSV(B) 151.23º 0.5% 0.57% -
XYZ 15.61 22.75 18.32 -
YUV 119.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 72 145 110 0.50 0 0.24 0.43 151.23 0.34 0.43
Hex 48 91 6E 32 0 18 2B 97 22 2B
Octal 110 221 156 62 0 30 53 227 42 53
Binary 1001000 10010001 1101110 110010 0 11000 101011 10010111 100010 101011

Color Harmonies of #48916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48916E

Black with #48916E

Text Example


Text Example

White with #48916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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