Html Css Color HEX #486959 Viridian Green

📋 copy color: '#486959'

red 72 ◦ green 105 ◦ blue 89

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

Shades of Viridian Green #486959

Tints of Viridian Green #486959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 27.07%
G = 39.47%
B = 33.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#486959 (or 0x486959) is known color: Viridian Green. HEX triplet: 48, 69 and 59. RGB value is (72,105,89). Sum of RGB (Red+Green+Blue) = 72+105+89=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #486959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486959 is #B796A6. Grayscale: #5D5D5D. Windows color (decimal): -12031655 or 5859656. OLE color: 5859656.

HSL color Cylindrical-coordinate representation of color #486959: hue angle of 150.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486959 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 89 -
CMYK 0.31 0 0.15 0.59
HSL 150.91º 0.19% 0.35% -
HSV(B) 150.91º 0.31% 0.41% -
XYZ 9.53 12.2 11.3 -
YUV 93.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 72 105 89 0.31 0 0.15 0.59 150.91 0.19 0.35
Hex 48 69 59 1F 0 F 3B 97 13 23
Octal 110 151 131 37 0 17 73 227 23 43
Binary 1001000 1101001 1011001 11111 0 1111 111011 10010111 10011 100011

Color Harmonies of #486959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486959

Black with #486959

Text Example


Text Example

White with #486959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486959; }

 p { color: rgb(72,105,89); }

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

background-color css

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

 a { background-color: rgb(72,105,89); }

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

border-color css

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

 span { border-color: rgb(72,105,89); }

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