Html Css Color HEX #487A68 Viridian

📋 copy color: '#487A68'

red 72 ◦ green 122 ◦ blue 104

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

Shades of Viridian #487A68

Tints of Viridian #487A68

RGB

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

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

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

R = 24.16%
G = 40.94%
B = 34.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#487A68 (or 0x487A68) is known color: Viridian. HEX triplet: 48, 7A and 68. RGB value is (72,122,104). Sum of RGB (Red+Green+Blue) = 72+122+104=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #487A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A68 is #B78597. Grayscale: #696969. Windows color (decimal): -12027288 or 6847048. OLE color: 6847048.

HSL color Cylindrical-coordinate representation of color #487A68: hue angle of 158.4º 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 #487A68 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 104 -
CMYK 0.41 0 0.15 0.52
HSL 158.4º 0.26% 0.38% -
HSV(B) 158.4º 0.41% 0.48% -
XYZ 12.13 16.3 15.6 -
YUV 105 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 72 122 104 0.41 0 0.15 0.52 158.4 0.26 0.38
Hex 48 7A 68 29 0 F 34 9E 1A 26
Octal 110 172 150 51 0 17 64 236 32 46
Binary 1001000 1111010 1101000 101001 0 1111 110100 10011110 11010 100110

Color Harmonies of #487A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A68

Black with #487A68

Text Example


Text Example

White with #487A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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