Html Css Color HEX #488466 Viridian

📋 copy color: '#488466'

red 72 ◦ green 132 ◦ blue 102

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

Shades of Viridian #488466

Tints of Viridian #488466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 23.53%
G = 43.14%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#488466 (or 0x488466) is known color: Viridian. HEX triplet: 48, 84 and 66. RGB value is (72,132,102). Sum of RGB (Red+Green+Blue) = 72+132+102=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #488466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488466 is #B77B99. Grayscale: #6E6E6E. Windows color (decimal): -12024730 or 6718536. OLE color: 6718536.

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

Color convert

RGB 72 132 102 -
CMYK 0.45 0 0.23 0.48
HSL 150º 0.29% 0.4% -
HSV(B) 150º 0.45% 0.52% -
XYZ 13.32 18.84 15.5 -
YUV 110.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 72 132 102 0.45 0 0.23 0.48 150 0.29 0.4
Hex 48 84 66 2D 0 17 30 96 1D 28
Octal 110 204 146 55 0 27 60 226 35 50
Binary 1001000 10000100 1100110 101101 0 10111 110000 10010110 11101 101000

Color Harmonies of #488466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488466

Black with #488466

Text Example


Text Example

White with #488466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488466; }

 p { color: rgb(72,132,102); }

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

background-color css

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

 a { background-color: rgb(72,132,102); }

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

border-color css

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

 span { border-color: rgb(72,132,102); }

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