Html Css Color HEX #485C52 Viridian Green

📋 copy color: '#485C52'

red 72 ◦ green 92 ◦ blue 82

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

Shades of Viridian Green #485C52

Tints of Viridian Green #485C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.4%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 29.27%
G = 37.4%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#485C52 (or 0x485C52) is known color: Viridian Green. HEX triplet: 48, 5C and 52. RGB value is (72,92,82). Sum of RGB (Red+Green+Blue) = 72+92+82=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #485C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C52 is #B7A3AD. Grayscale: #545454. Windows color (decimal): -12034990 or 5397576. OLE color: 5397576.

HSL color Cylindrical-coordinate representation of color #485C52: hue angle of 150º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C52 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 92 82 -
CMYK 0.22 0 0.11 0.64
HSL 150º 0.12% 0.32% -
HSV(B) 150º 0.22% 0.36% -
XYZ 8.02 9.64 9.42 -
YUV 84.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 72 92 82 0.22 0 0.11 0.64 150 0.12 0.32
Hex 48 5C 52 16 0 B 40 96 C 20
Octal 110 134 122 26 0 13 100 226 14 40
Binary 1001000 1011100 1010010 10110 0 1011 1000000 10010110 1100 100000

Color Harmonies of #485C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C52

Black with #485C52

Text Example


Text Example

White with #485C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,92,82); }

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

background-color css

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

 a { background-color: rgb(72,92,82); }

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

border-color css

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

 span { border-color: rgb(72,92,82); }

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