Html Css Color HEX #488D6B Viridian

📋 copy color: '#488D6B'

red 72 ◦ green 141 ◦ blue 107

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

Shades of Viridian #488D6B

Tints of Viridian #488D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 22.5%
G = 44.06%
B = 33.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#488D6B (or 0x488D6B) is known color: Viridian. HEX triplet: 48, 8D and 6B. RGB value is (72,141,107). Sum of RGB (Red+Green+Blue) = 72+141+107=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #488D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D6B is #B77294. Grayscale: #747474. Windows color (decimal): -12022421 or 7048520. OLE color: 7048520.

HSL color Cylindrical-coordinate representation of color #488D6B: hue angle of 150.43º 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 #488D6B is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 107 -
CMYK 0.49 0 0.24 0.45
HSL 150.43º 0.32% 0.42% -
HSV(B) 150.43º 0.49% 0.55% -
XYZ 14.85 21.49 17.27 -
YUV 116.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 72 141 107 0.49 0 0.24 0.45 150.43 0.32 0.42
Hex 48 8D 6B 31 0 18 2D 96 20 2A
Octal 110 215 153 61 0 30 55 226 40 52
Binary 1001000 10001101 1101011 110001 0 11000 101101 10010110 100000 101010

Color Harmonies of #488D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D6B

Black with #488D6B

Text Example


Text Example

White with #488D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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