Html Css Color HEX #48916B Viridian

📋 copy color: '#48916B'

red 72 ◦ green 145 ◦ blue 107

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

Shades of Viridian #48916B

Tints of Viridian #48916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 22.22%
G = 44.75%
B = 33.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#48916B (or 0x48916B) is known color: Viridian. HEX triplet: 48, 91 and 6B. RGB value is (72,145,107). Sum of RGB (Red+Green+Blue) = 72+145+107=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #48916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916B is #B76E94. Grayscale: #767676. Windows color (decimal): -12021397 or 7049544. OLE color: 7049544.

HSL color Cylindrical-coordinate representation of color #48916B: hue angle of 148.77º 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 #48916B is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 107 -
CMYK 0.50 0 0.26 0.43
HSL 148.77º 0.34% 0.43% -
HSV(B) 148.77º 0.5% 0.57% -
XYZ 15.45 22.69 17.48 -
YUV 118.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 72 145 107 0.50 0 0.26 0.43 148.77 0.34 0.43
Hex 48 91 6B 32 0 1A 2B 95 22 2B
Octal 110 221 153 62 0 32 53 225 42 53
Binary 1001000 10010001 1101011 110010 0 11010 101011 10010101 100010 101011

Color Harmonies of #48916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48916B

Black with #48916B

Text Example


Text Example

White with #48916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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