Html Css Color HEX #486156 Viridian Green

📋 copy color: '#486156'

red 72 ◦ green 97 ◦ blue 86

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

Shades of Viridian Green #486156

Tints of Viridian Green #486156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 28.24%
G = 38.04%
B = 33.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#486156 (or 0x486156) is known color: Viridian Green. HEX triplet: 48, 61 and 56. RGB value is (72,97,86). Sum of RGB (Red+Green+Blue) = 72+97+86=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #486156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486156 is #B79EA9. Grayscale: #585858. Windows color (decimal): -12033706 or 5661000. OLE color: 5661000.

HSL color Cylindrical-coordinate representation of color #486156: hue angle of 153.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486156 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 86 -
CMYK 0.26 0 0.11 0.62
HSL 153.6º 0.15% 0.33% -
HSV(B) 153.6º 0.26% 0.38% -
XYZ 8.63 10.6 10.4 -
YUV 88.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 72 97 86 0.26 0 0.11 0.62 153.6 0.15 0.33
Hex 48 61 56 1A 0 B 3E 9A F 21
Octal 110 141 126 32 0 13 76 232 17 41
Binary 1001000 1100001 1010110 11010 0 1011 111110 10011010 1111 100001

Color Harmonies of #486156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486156

Black with #486156

Text Example


Text Example

White with #486156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486156; }

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

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

background-color css

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

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

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

border-color css

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

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

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