Html Css Color HEX #488575 Viridian

📋 copy color: '#488575'

red 72 ◦ green 133 ◦ blue 117

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

Shades of Viridian #488575

Tints of Viridian #488575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 22.36%
G = 41.3%
B = 36.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#488575 (or 0x488575) is known color: Viridian. HEX triplet: 48, 85 and 75. RGB value is (72,133,117). Sum of RGB (Red+Green+Blue) = 72+133+117=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #488575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488575 is #B77A8A. Grayscale: #707070. Windows color (decimal): -12024459 or 7701832. OLE color: 7701832.

HSL color Cylindrical-coordinate representation of color #488575: hue angle of 164.26º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488575 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 117 -
CMYK 0.46 0 0.12 0.48
HSL 164.26º 0.3% 0.4% -
HSV(B) 164.26º 0.46% 0.52% -
XYZ 14.27 19.44 19.83 -
YUV 112.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 72 133 117 0.46 0 0.12 0.48 164.26 0.3 0.4
Hex 48 85 75 2E 0 C 30 A4 1E 28
Octal 110 205 165 56 0 14 60 244 36 50
Binary 1001000 10000101 1110101 101110 0 1100 110000 10100100 11110 101000

Color Harmonies of #488575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488575

Black with #488575

Text Example


Text Example

White with #488575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488575; }

 p { color: rgb(72,133,117); }

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

background-color css

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

 a { background-color: rgb(72,133,117); }

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

border-color css

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

 span { border-color: rgb(72,133,117); }

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