Html Css Color HEX #488566 Viridian

📋 copy color: '#488566'

red 72 ◦ green 133 ◦ blue 102

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

Shades of Viridian #488566

Tints of Viridian #488566

RGB

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

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

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

R = 23.45%
G = 43.32%
B = 33.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#488566 (or 0x488566) is known color: Viridian. HEX triplet: 48, 85 and 66. RGB value is (72,133,102). Sum of RGB (Red+Green+Blue) = 72+133+102=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #488566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488566 is #B77A99. Grayscale: #6F6F6F. Windows color (decimal): -12024474 or 6718792. OLE color: 6718792.

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

Color convert

RGB 72 133 102 -
CMYK 0.46 0 0.23 0.48
HSL 149.51º 0.3% 0.4% -
HSV(B) 149.51º 0.46% 0.52% -
XYZ 13.46 19.11 15.55 -
YUV 111.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 72 133 102 0.46 0 0.23 0.48 149.51 0.3 0.4
Hex 48 85 66 2E 0 17 30 96 1E 28
Octal 110 205 146 56 0 27 60 226 36 50
Binary 1001000 10000101 1100110 101110 0 10111 110000 10010110 11110 101000

Color Harmonies of #488566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488566

Black with #488566

Text Example


Text Example

White with #488566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488566; }

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

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

background-color css

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

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

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

border-color css

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

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

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