Html Css Color HEX #48876D Viridian

📋 copy color: '#48876D'

red 72 ◦ green 135 ◦ blue 109

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

Shades of Viridian #48876D

Tints of Viridian #48876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 22.78%
G = 42.72%
B = 34.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#48876D (or 0x48876D) is known color: Viridian. HEX triplet: 48, 87 and 6D. RGB value is (72,135,109). Sum of RGB (Red+Green+Blue) = 72+135+109=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #48876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48876D is #B77892. Grayscale: #717171. Windows color (decimal): -12023955 or 7178056. OLE color: 7178056.

HSL color Cylindrical-coordinate representation of color #48876D: hue angle of 155.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48876D is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 109 -
CMYK 0.47 0 0.19 0.47
HSL 155.24º 0.3% 0.41% -
HSV(B) 155.24º 0.47% 0.53% -
XYZ 14.1 19.81 17.55 -
YUV 113.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 72 135 109 0.47 0 0.19 0.47 155.24 0.3 0.41
Hex 48 87 6D 2F 0 13 2F 9B 1E 29
Octal 110 207 155 57 0 23 57 233 36 51
Binary 1001000 10000111 1101101 101111 0 10011 101111 10011011 11110 101001

Color Harmonies of #48876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48876D

Black with #48876D

Text Example


Text Example

White with #48876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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