Html Css Color HEX #486456 Viridian Green

📋 copy color: '#486456'

red 72 ◦ green 100 ◦ blue 86

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

Shades of Viridian Green #486456

Tints of Viridian Green #486456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 27.91%
G = 38.76%
B = 33.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#486456 (or 0x486456) is known color: Viridian Green. HEX triplet: 48, 64 and 56. RGB value is (72,100,86). Sum of RGB (Red+Green+Blue) = 72+100+86=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #486456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486456 is #B79BA9. Grayscale: #5A5A5A. Windows color (decimal): -12032938 or 5661768. OLE color: 5661768.

HSL color Cylindrical-coordinate representation of color #486456: hue angle of 150º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486456 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 86 -
CMYK 0.28 0 0.14 0.61
HSL 150º 0.16% 0.34% -
HSV(B) 150º 0.28% 0.39% -
XYZ 8.91 11.16 10.49 -
YUV 90.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 72 100 86 0.28 0 0.14 0.61 150 0.16 0.34
Hex 48 64 56 1C 0 E 3D 96 10 22
Octal 110 144 126 34 0 16 75 226 20 42
Binary 1001000 1100100 1010110 11100 0 1110 111101 10010110 10000 100010

Color Harmonies of #486456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486456

Black with #486456

Text Example


Text Example

White with #486456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486456; }

 p { color: rgb(72,100,86); }

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

background-color css

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

 a { background-color: rgb(72,100,86); }

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

border-color css

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

 span { border-color: rgb(72,100,86); }

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