Html Css Color HEX #487A66 Viridian

📋 copy color: '#487A66'

red 72 ◦ green 122 ◦ blue 102

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

Shades of Viridian #487A66

Tints of Viridian #487A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 24.32%
G = 41.22%
B = 34.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#487A66 (or 0x487A66) is known color: Viridian. HEX triplet: 48, 7A and 66. RGB value is (72,122,102). Sum of RGB (Red+Green+Blue) = 72+122+102=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #487A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A66 is #B78599. Grayscale: #686868. Windows color (decimal): -12027290 or 6715976. OLE color: 6715976.

HSL color Cylindrical-coordinate representation of color #487A66: hue angle of 156º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A66 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 102 -
CMYK 0.41 0 0.16 0.52
HSL 156º 0.26% 0.38% -
HSV(B) 156º 0.41% 0.48% -
XYZ 12.03 16.26 15.07 -
YUV 104.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 72 122 102 0.41 0 0.16 0.52 156 0.26 0.38
Hex 48 7A 66 29 0 10 34 9C 1A 26
Octal 110 172 146 51 0 20 64 234 32 46
Binary 1001000 1111010 1100110 101001 0 10000 110100 10011100 11010 100110

Color Harmonies of #487A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A66

Black with #487A66

Text Example


Text Example

White with #487A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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