Html Css Color HEX #488D6D Viridian

📋 copy color: '#488D6D'

red 72 ◦ green 141 ◦ blue 109

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

Shades of Viridian #488D6D

Tints of Viridian #488D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.79%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 22.36%
G = 43.79%
B = 33.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#488D6D (or 0x488D6D) is known color: Viridian. HEX triplet: 48, 8D and 6D. RGB value is (72,141,109). Sum of RGB (Red+Green+Blue) = 72+141+109=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #488D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D6D is #B77292. Grayscale: #747474. Windows color (decimal): -12022419 or 7179592. OLE color: 7179592.

HSL color Cylindrical-coordinate representation of color #488D6D: hue angle of 152.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D6D is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 109 -
CMYK 0.49 0 0.23 0.45
HSL 152.17º 0.32% 0.42% -
HSV(B) 152.17º 0.49% 0.55% -
XYZ 14.96 21.53 17.84 -
YUV 116.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 72 141 109 0.49 0 0.23 0.45 152.17 0.32 0.42
Hex 48 8D 6D 31 0 17 2D 98 20 2A
Octal 110 215 155 61 0 27 55 230 40 52
Binary 1001000 10001101 1101101 110001 0 10111 101101 10011000 100000 101010

Color Harmonies of #488D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D6D

Black with #488D6D

Text Example


Text Example

White with #488D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D6D; }

 p { color: rgb(72,141,109); }

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

background-color css

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

 a { background-color: rgb(72,141,109); }

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

border-color css

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

 span { border-color: rgb(72,141,109); }

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