Html Css Color HEX #488271 Viridian

📋 copy color: '#488271'

red 72 ◦ green 130 ◦ blue 113

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

Shades of Viridian #488271

Tints of Viridian #488271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 22.86%
G = 41.27%
B = 35.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#488271 (or 0x488271) is known color: Viridian. HEX triplet: 48, 82 and 71. RGB value is (72,130,113). Sum of RGB (Red+Green+Blue) = 72+130+113=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #488271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488271 is #B77D8E. Grayscale: #6E6E6E. Windows color (decimal): -12025231 or 7438920. OLE color: 7438920.

HSL color Cylindrical-coordinate representation of color #488271: hue angle of 162.41º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488271 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 113 -
CMYK 0.45 0 0.13 0.49
HSL 162.41º 0.29% 0.4% -
HSV(B) 162.41º 0.45% 0.51% -
XYZ 13.64 18.54 18.48 -
YUV 110.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 72 130 113 0.45 0 0.13 0.49 162.41 0.29 0.4
Hex 48 82 71 2D 0 D 31 A2 1D 28
Octal 110 202 161 55 0 15 61 242 35 50
Binary 1001000 10000010 1110001 101101 0 1101 110001 10100010 11101 101000

Color Harmonies of #488271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488271

Black with #488271

Text Example


Text Example

White with #488271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488271; }

 p { color: rgb(72,130,113); }

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

background-color css

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

 a { background-color: rgb(72,130,113); }

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

border-color css

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

 span { border-color: rgb(72,130,113); }

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