Html Css Color HEX #485E56 Viridian Green

📋 copy color: '#485E56'

red 72 ◦ green 94 ◦ blue 86

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

Shades of Viridian Green #485E56

Tints of Viridian Green #485E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 28.57%
G = 37.3%
B = 34.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#485E56 (or 0x485E56) is known color: Viridian Green. HEX triplet: 48, 5E and 56. RGB value is (72,94,86). Sum of RGB (Red+Green+Blue) = 72+94+86=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 94 - color contains mainly: green. Hex color #485E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E56 is #B7A1A9. Grayscale: #565656. Windows color (decimal): -12034474 or 5660232. OLE color: 5660232.

HSL color Cylindrical-coordinate representation of color #485E56: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E56 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 86 -
CMYK 0.23 0 0.09 0.63
HSL 158.18º 0.13% 0.33% -
HSV(B) 158.18º 0.23% 0.37% -
XYZ 8.35 10.06 10.3 -
YUV 86.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 72 94 86 0.23 0 0.09 0.63 158.18 0.13 0.33
Hex 48 5E 56 17 0 9 3F 9E D 21
Octal 110 136 126 27 0 11 77 236 15 41
Binary 1001000 1011110 1010110 10111 0 1001 111111 10011110 1101 100001

Color Harmonies of #485E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E56

Black with #485E56

Text Example


Text Example

White with #485E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485E56; }

 p { color: rgb(72,94,86); }

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

background-color css

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

 a { background-color: rgb(72,94,86); }

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

border-color css

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

 span { border-color: rgb(72,94,86); }

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