Html Css Color HEX #486958 Viridian Green

📋 copy color: '#486958'

red 72 ◦ green 105 ◦ blue 88

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

Shades of Viridian Green #486958

Tints of Viridian Green #486958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 27.17%
G = 39.62%
B = 33.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#486958 (or 0x486958) is known color: Viridian Green. HEX triplet: 48, 69 and 58. RGB value is (72,105,88). Sum of RGB (Red+Green+Blue) = 72+105+88=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #486958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486958 is #B796A7. Grayscale: #5D5D5D. Windows color (decimal): -12031656 or 5794120. OLE color: 5794120.

HSL color Cylindrical-coordinate representation of color #486958: hue angle of 149.09º 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 #486958 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 88 -
CMYK 0.31 0 0.16 0.59
HSL 149.09º 0.19% 0.35% -
HSV(B) 149.09º 0.31% 0.41% -
XYZ 9.49 12.19 11.08 -
YUV 93.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 72 105 88 0.31 0 0.16 0.59 149.09 0.19 0.35
Hex 48 69 58 1F 0 10 3B 95 13 23
Octal 110 151 130 37 0 20 73 225 23 43
Binary 1001000 1101001 1011000 11111 0 10000 111011 10010101 10011 100011

Color Harmonies of #486958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486958

Black with #486958

Text Example


Text Example

White with #486958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486958; }

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

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

background-color css

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

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

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

border-color css

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

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

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