Html Css Color HEX #48836C Viridian

📋 copy color: '#48836C'

red 72 ◦ green 131 ◦ blue 108

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

Shades of Viridian #48836C

Tints of Viridian #48836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 23.15%
G = 42.12%
B = 34.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#48836C (or 0x48836C) is known color: Viridian. HEX triplet: 48, 83 and 6C. RGB value is (72,131,108). Sum of RGB (Red+Green+Blue) = 72+131+108=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #48836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48836C is #B77C93. Grayscale: #6E6E6E. Windows color (decimal): -12024980 or 7111496. OLE color: 7111496.

HSL color Cylindrical-coordinate representation of color #48836C: hue angle of 156.61º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48836C is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 108 -
CMYK 0.45 0 0.18 0.49
HSL 156.61º 0.29% 0.4% -
HSV(B) 156.61º 0.45% 0.51% -
XYZ 13.5 18.69 17.08 -
YUV 110.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 72 131 108 0.45 0 0.18 0.49 156.61 0.29 0.4
Hex 48 83 6C 2D 0 12 31 9D 1D 28
Octal 110 203 154 55 0 22 61 235 35 50
Binary 1001000 10000011 1101100 101101 0 10010 110001 10011101 11101 101000

Color Harmonies of #48836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48836C

Black with #48836C

Text Example


Text Example

White with #48836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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