Html Css Color HEX #487463 Viridian

📋 copy color: '#487463'

red 72 ◦ green 116 ◦ blue 99

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

Shades of Viridian #487463

Tints of Viridian #487463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 25.09%
G = 40.42%
B = 34.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#487463 (or 0x487463) is known color: Viridian. HEX triplet: 48, 74 and 63. RGB value is (72,116,99). Sum of RGB (Red+Green+Blue) = 72+116+99=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #487463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487463 is #B78B9C. Grayscale: #646464. Windows color (decimal): -12028829 or 6517832. OLE color: 6517832.

HSL color Cylindrical-coordinate representation of color #487463: hue angle of 156.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487463 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 99 -
CMYK 0.38 0 0.15 0.55
HSL 156.82º 0.23% 0.37% -
HSV(B) 156.82º 0.38% 0.45% -
XYZ 11.17 14.77 14.07 -
YUV 100.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 72 116 99 0.38 0 0.15 0.55 156.82 0.23 0.37
Hex 48 74 63 26 0 F 37 9D 17 25
Octal 110 164 143 46 0 17 67 235 27 45
Binary 1001000 1110100 1100011 100110 0 1111 110111 10011101 10111 100101

Color Harmonies of #487463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487463

Black with #487463

Text Example


Text Example

White with #487463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487463; }

 p { color: rgb(72,116,99); }

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

background-color css

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

 a { background-color: rgb(72,116,99); }

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

border-color css

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

 span { border-color: rgb(72,116,99); }

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