Html Css Color HEX #488C6C Viridian

📋 copy color: '#488C6C'

red 72 ◦ green 140 ◦ blue 108

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

Shades of Viridian #488C6C

Tints of Viridian #488C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 22.5%
G = 43.75%
B = 33.75%

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

#488C6C (or 0x488C6C) is known color: Viridian. HEX triplet: 48, 8C and 6C. RGB value is (72,140,108). Sum of RGB (Red+Green+Blue) = 72+140+108=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #488C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C6C is #B77393. Grayscale: #747474. Windows color (decimal): -12022676 or 7113800. OLE color: 7113800.

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

Color convert

RGB 72 140 108 -
CMYK 0.49 0 0.23 0.45
HSL 151.76º 0.32% 0.42% -
HSV(B) 151.76º 0.49% 0.55% -
XYZ 14.76 21.22 17.5 -
YUV 116.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 72 140 108 0.49 0 0.23 0.45 151.76 0.32 0.42
Hex 48 8C 6C 31 0 17 2D 98 20 2A
Octal 110 214 154 61 0 27 55 230 40 52
Binary 1001000 10001100 1101100 110001 0 10111 101101 10011000 100000 101010

Color Harmonies of #488C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C6C

Black with #488C6C

Text Example


Text Example

White with #488C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,108); }

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

background-color css

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

 a { background-color: rgb(72,140,108); }

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

border-color css

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

 span { border-color: rgb(72,140,108); }

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