Html Css Color HEX #487F68 Viridian

📋 copy color: '#487F68'

red 72 ◦ green 127 ◦ blue 104

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

Shades of Viridian #487F68

Tints of Viridian #487F68

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 23.76%
G = 41.91%
B = 34.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#487F68 (or 0x487F68) is known color: Viridian. HEX triplet: 48, 7F and 68. RGB value is (72,127,104). Sum of RGB (Red+Green+Blue) = 72+127+104=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #487F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487F68 is #B78097. Grayscale: #6B6B6B. Windows color (decimal): -12026008 or 6848328. OLE color: 6848328.

HSL color Cylindrical-coordinate representation of color #487F68: hue angle of 154.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487F68 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 127 104 -
CMYK 0.43 0 0.18 0.50
HSL 154.91º 0.28% 0.39% -
HSV(B) 154.91º 0.43% 0.5% -
XYZ 12.76 17.56 15.81 -
YUV 107.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 72 127 104 0.43 0 0.18 0.50 154.91 0.28 0.39
Hex 48 7F 68 2B 0 12 32 9B 1C 27
Octal 110 177 150 53 0 22 62 233 34 47
Binary 1001000 1111111 1101000 101011 0 10010 110010 10011011 11100 100111

Color Harmonies of #487F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F68

Black with #487F68

Text Example


Text Example

White with #487F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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