Html Css Color HEX #488574 Viridian

📋 copy color: '#488574'

red 72 ◦ green 133 ◦ blue 116

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

Shades of Viridian #488574

Tints of Viridian #488574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 22.43%
G = 41.43%
B = 36.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#488574 (or 0x488574) is known color: Viridian. HEX triplet: 48, 85 and 74. RGB value is (72,133,116). Sum of RGB (Red+Green+Blue) = 72+133+116=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #488574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488574 is #B77A8B. Grayscale: #707070. Windows color (decimal): -12024460 or 7636296. OLE color: 7636296.

HSL color Cylindrical-coordinate representation of color #488574: hue angle of 163.28º 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 #488574 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 116 -
CMYK 0.46 0 0.13 0.48
HSL 163.28º 0.3% 0.4% -
HSV(B) 163.28º 0.46% 0.52% -
XYZ 14.21 19.41 19.52 -
YUV 112.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 72 133 116 0.46 0 0.13 0.48 163.28 0.3 0.4
Hex 48 85 74 2E 0 D 30 A3 1E 28
Octal 110 205 164 56 0 15 60 243 36 50
Binary 1001000 10000101 1110100 101110 0 1101 110000 10100011 11110 101000

Color Harmonies of #488574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488574

Black with #488574

Text Example


Text Example

White with #488574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488574; }

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

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

background-color css

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

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

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

border-color css

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

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

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