Html Css Color HEX #486F5D Viridian Green

📋 copy color: '#486F5D'

red 72 ◦ green 111 ◦ blue 93

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

Shades of Viridian Green #486F5D

Tints of Viridian Green #486F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 26.09%
G = 40.22%
B = 33.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#486F5D (or 0x486F5D) is known color: Viridian Green. HEX triplet: 48, 6F and 5D. RGB value is (72,111,93). Sum of RGB (Red+Green+Blue) = 72+111+93=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #486F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F5D is #B790A2. Grayscale: #616161. Windows color (decimal): -12030115 or 6123336. OLE color: 6123336.

HSL color Cylindrical-coordinate representation of color #486F5D: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F5D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 93 -
CMYK 0.35 0 0.16 0.56
HSL 152.31º 0.21% 0.36% -
HSV(B) 152.31º 0.35% 0.44% -
XYZ 10.33 13.54 12.42 -
YUV 97.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 72 111 93 0.35 0 0.16 0.56 152.31 0.21 0.36
Hex 48 6F 5D 23 0 10 38 98 15 24
Octal 110 157 135 43 0 20 70 230 25 44
Binary 1001000 1101111 1011101 100011 0 10000 111000 10011000 10101 100100

Color Harmonies of #486F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F5D

Black with #486F5D

Text Example


Text Example

White with #486F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F5D; }

 p { color: rgb(72,111,93); }

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

background-color css

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

 a { background-color: rgb(72,111,93); }

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

border-color css

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

 span { border-color: rgb(72,111,93); }

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