Html Css Color HEX #486358 Viridian Green

📋 copy color: '#486358'

red 72 ◦ green 99 ◦ blue 88

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

Shades of Viridian Green #486358

Tints of Viridian Green #486358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

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

R = 27.8%
G = 38.22%
B = 33.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#486358 (or 0x486358) is known color: Viridian Green. HEX triplet: 48, 63 and 58. RGB value is (72,99,88). Sum of RGB (Red+Green+Blue) = 72+99+88=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #486358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486358 is #B79CA7. Grayscale: #595959. Windows color (decimal): -12033192 or 5792584. OLE color: 5792584.

HSL color Cylindrical-coordinate representation of color #486358: hue angle of 155.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486358 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 88 -
CMYK 0.27 0 0.11 0.61
HSL 155.56º 0.16% 0.34% -
HSV(B) 155.56º 0.27% 0.39% -
XYZ 8.9 11.01 10.89 -
YUV 89.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 72 99 88 0.27 0 0.11 0.61 155.56 0.16 0.34
Hex 48 63 58 1B 0 B 3D 9C 10 22
Octal 110 143 130 33 0 13 75 234 20 42
Binary 1001000 1100011 1011000 11011 0 1011 111101 10011100 10000 100010

Color Harmonies of #486358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486358

Black with #486358

Text Example


Text Example

White with #486358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486358; }

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

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

background-color css

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

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

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

border-color css

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

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

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