Html Css Color HEX #486458 Viridian Green

📋 copy color: '#486458'

red 72 ◦ green 100 ◦ blue 88

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

Shades of Viridian Green #486458

Tints of Viridian Green #486458

RGB

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

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

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

R = 27.69%
G = 38.46%
B = 33.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#486458 (or 0x486458) is known color: Viridian Green. HEX triplet: 48, 64 and 58. RGB value is (72,100,88). Sum of RGB (Red+Green+Blue) = 72+100+88=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 100 - color contains mainly: green. Hex color #486458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486458 is #B79BA7. Grayscale: #5A5A5A. Windows color (decimal): -12032936 or 5792840. OLE color: 5792840.

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

Color convert

RGB 72 100 88 -
CMYK 0.28 0 0.12 0.61
HSL 154.29º 0.16% 0.34% -
HSV(B) 154.29º 0.28% 0.39% -
XYZ 8.99 11.2 10.92 -
YUV 90.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 72 100 88 0.28 0 0.12 0.61 154.29 0.16 0.34
Hex 48 64 58 1C 0 C 3D 9A 10 22
Octal 110 144 130 34 0 14 75 232 20 42
Binary 1001000 1100100 1011000 11100 0 1100 111101 10011010 10000 100010

Color Harmonies of #486458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486458

Black with #486458

Text Example


Text Example

White with #486458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486458; }

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

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

background-color css

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

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

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

border-color css

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

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

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