Html Css Color HEX #48866D Viridian

📋 copy color: '#48866D'

red 72 ◦ green 134 ◦ blue 109

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

Shades of Viridian #48866D

Tints of Viridian #48866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

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

R = 22.86%
G = 42.54%
B = 34.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#48866D (or 0x48866D) is known color: Viridian. HEX triplet: 48, 86 and 6D. RGB value is (72,134,109). Sum of RGB (Red+Green+Blue) = 72+134+109=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #48866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48866D is #B77992. Grayscale: #707070. Windows color (decimal): -12024211 or 7177800. OLE color: 7177800.

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

Color convert

RGB 72 134 109 -
CMYK 0.46 0 0.19 0.47
HSL 155.81º 0.3% 0.4% -
HSV(B) 155.81º 0.46% 0.53% -
XYZ 13.96 19.53 17.5 -
YUV 112.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 72 134 109 0.46 0 0.19 0.47 155.81 0.3 0.4
Hex 48 86 6D 2E 0 13 2F 9C 1E 28
Octal 110 206 155 56 0 23 57 234 36 50
Binary 1001000 10000110 1101101 101110 0 10011 101111 10011100 11110 101000

Color Harmonies of #48866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48866D

Black with #48866D

Text Example


Text Example

White with #48866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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