Html Css Color HEX #48866F Viridian

📋 copy color: '#48866F'

red 72 ◦ green 134 ◦ blue 111

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

Shades of Viridian #48866F

Tints of Viridian #48866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 22.71%
G = 42.27%
B = 35.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#48866F (or 0x48866F) is known color: Viridian. HEX triplet: 48, 86 and 6F. RGB value is (72,134,111). Sum of RGB (Red+Green+Blue) = 72+134+111=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #48866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48866F is #B77990. Grayscale: #707070. Windows color (decimal): -12024209 or 7308872. OLE color: 7308872.

HSL color Cylindrical-coordinate representation of color #48866F: hue angle of 157.74º 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 #48866F is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 111 -
CMYK 0.46 0 0.17 0.47
HSL 157.74º 0.3% 0.4% -
HSV(B) 157.74º 0.46% 0.53% -
XYZ 14.07 19.58 18.08 -
YUV 112.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 72 134 111 0.46 0 0.17 0.47 157.74 0.3 0.4
Hex 48 86 6F 2E 0 11 2F 9E 1E 28
Octal 110 206 157 56 0 21 57 236 36 50
Binary 1001000 10000110 1101111 101110 0 10001 101111 10011110 11110 101000

Color Harmonies of #48866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48866F

Black with #48866F

Text Example


Text Example

White with #48866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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