Html Css Color HEX #486155 Viridian Green

📋 copy color: '#486155'

red 72 ◦ green 97 ◦ blue 85

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

Shades of Viridian Green #486155

Tints of Viridian Green #486155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 28.35%
G = 38.19%
B = 33.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#486155 (or 0x486155) is known color: Viridian Green. HEX triplet: 48, 61 and 55. RGB value is (72,97,85). Sum of RGB (Red+Green+Blue) = 72+97+85=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #486155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486155 is #B79EAA. Grayscale: #585858. Windows color (decimal): -12033707 or 5595464. OLE color: 5595464.

HSL color Cylindrical-coordinate representation of color #486155: hue angle of 151.2º 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 #486155 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 85 -
CMYK 0.26 0 0.12 0.62
HSL 151.2º 0.15% 0.33% -
HSV(B) 151.2º 0.26% 0.38% -
XYZ 8.59 10.58 10.18 -
YUV 88.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 72 97 85 0.26 0 0.12 0.62 151.2 0.15 0.33
Hex 48 61 55 1A 0 C 3E 97 F 21
Octal 110 141 125 32 0 14 76 227 17 41
Binary 1001000 1100001 1010101 11010 0 1100 111110 10010111 1111 100001

Color Harmonies of #486155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486155

Black with #486155

Text Example


Text Example

White with #486155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486155; }

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

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

background-color css

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

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

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

border-color css

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

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

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