Html Css Color HEX #487766 Viridian

📋 copy color: '#487766'

red 72 ◦ green 119 ◦ blue 102

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

Shades of Viridian #487766

Tints of Viridian #487766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 24.57%
G = 40.61%
B = 34.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#487766 (or 0x487766) is known color: Viridian. HEX triplet: 48, 77 and 66. RGB value is (72,119,102). Sum of RGB (Red+Green+Blue) = 72+119+102=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #487766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487766 is #B78899. Grayscale: #676767. Windows color (decimal): -12028058 or 6715208. OLE color: 6715208.

HSL color Cylindrical-coordinate representation of color #487766: hue angle of 158.3º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487766 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 102 -
CMYK 0.39 0 0.14 0.53
HSL 158.3º 0.25% 0.37% -
HSV(B) 158.3º 0.39% 0.47% -
XYZ 11.67 15.53 14.95 -
YUV 103.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 72 119 102 0.39 0 0.14 0.53 158.3 0.25 0.37
Hex 48 77 66 27 0 E 35 9E 19 25
Octal 110 167 146 47 0 16 65 236 31 45
Binary 1001000 1110111 1100110 100111 0 1110 110101 10011110 11001 100101

Color Harmonies of #487766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487766

Black with #487766

Text Example


Text Example

White with #487766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487766; }

 p { color: rgb(72,119,102); }

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

background-color css

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

 a { background-color: rgb(72,119,102); }

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

border-color css

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

 span { border-color: rgb(72,119,102); }

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