Html Css Color HEX #485E54 Viridian Green

📋 copy color: '#485E54'

red 72 ◦ green 94 ◦ blue 84

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

Shades of Viridian Green #485E54

Tints of Viridian Green #485E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 28.8%
G = 37.6%
B = 33.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#485E54 (or 0x485E54) is known color: Viridian Green. HEX triplet: 48, 5E and 54. RGB value is (72,94,84). Sum of RGB (Red+Green+Blue) = 72+94+84=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #485E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E54 is #B7A1AB. Grayscale: #565656. Windows color (decimal): -12034476 or 5529160. OLE color: 5529160.

HSL color Cylindrical-coordinate representation of color #485E54: hue angle of 152.73º 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 #485E54 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 84 -
CMYK 0.23 0 0.11 0.63
HSL 152.73º 0.13% 0.33% -
HSV(B) 152.73º 0.23% 0.37% -
XYZ 8.28 10.02 9.89 -
YUV 86.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 72 94 84 0.23 0 0.11 0.63 152.73 0.13 0.33
Hex 48 5E 54 17 0 B 3F 99 D 21
Octal 110 136 124 27 0 13 77 231 15 41
Binary 1001000 1011110 1010100 10111 0 1011 111111 10011001 1101 100001

Color Harmonies of #485E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E54

Black with #485E54

Text Example


Text Example

White with #485E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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