Html Css Color HEX #487868 Viridian

📋 copy color: '#487868'

red 72 ◦ green 120 ◦ blue 104

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

Shades of Viridian #487868

Tints of Viridian #487868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.54%

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 24.32%
G = 40.54%
B = 35.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#487868 (or 0x487868) is known color: Viridian. HEX triplet: 48, 78 and 68. RGB value is (72,120,104). Sum of RGB (Red+Green+Blue) = 72+120+104=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #487868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487868 is #B78797. Grayscale: #676767. Windows color (decimal): -12027800 or 6846536. OLE color: 6846536.

HSL color Cylindrical-coordinate representation of color #487868: hue angle of 160º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487868 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 104 -
CMYK 0.40 0 0.13 0.53
HSL 160º 0.25% 0.38% -
HSV(B) 160º 0.4% 0.47% -
XYZ 11.89 15.81 15.52 -
YUV 103.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 72 120 104 0.40 0 0.13 0.53 160 0.25 0.38
Hex 48 78 68 28 0 D 35 A0 19 26
Octal 110 170 150 50 0 15 65 240 31 46
Binary 1001000 1111000 1101000 101000 0 1101 110101 10100000 11001 100110

Color Harmonies of #487868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487868

Black with #487868

Text Example


Text Example

White with #487868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487868; }

 p { color: rgb(72,120,104); }

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

background-color css

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

 a { background-color: rgb(72,120,104); }

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

border-color css

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

 span { border-color: rgb(72,120,104); }

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