Html Css Color HEX #48876C Viridian

📋 copy color: '#48876C'

red 72 ◦ green 135 ◦ blue 108

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

Shades of Viridian #48876C

Tints of Viridian #48876C

RGB

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

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

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

R = 22.86%
G = 42.86%
B = 34.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#48876C (or 0x48876C) is known color: Viridian. HEX triplet: 48, 87 and 6C. RGB value is (72,135,108). Sum of RGB (Red+Green+Blue) = 72+135+108=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #48876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48876C is #B77893. Grayscale: #717171. Windows color (decimal): -12023956 or 7112520. OLE color: 7112520.

HSL color Cylindrical-coordinate representation of color #48876C: hue angle of 154.29º 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 #48876C is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 108 -
CMYK 0.47 0 0.2 0.47
HSL 154.29º 0.3% 0.41% -
HSV(B) 154.29º 0.47% 0.53% -
XYZ 14.04 19.79 17.27 -
YUV 113.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 72 135 108 0.47 0 0.2 0.47 154.29 0.3 0.41
Hex 48 87 6C 2F 0 14 2F 9A 1E 29
Octal 110 207 154 57 0 24 57 232 36 51
Binary 1001000 10000111 1101100 101111 0 10100 101111 10011010 11110 101001

Color Harmonies of #48876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48876C

Black with #48876C

Text Example


Text Example

White with #48876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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