Html Css Color HEX #487A6A Viridian

📋 copy color: '#487A6A'

red 72 ◦ green 122 ◦ blue 106

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

Shades of Viridian #487A6A

Tints of Viridian #487A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 24%
G = 40.67%
B = 35.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#487A6A (or 0x487A6A) is known color: Viridian. HEX triplet: 48, 7A and 6A. RGB value is (72,122,106). Sum of RGB (Red+Green+Blue) = 72+122+106=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #487A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A6A is #B78595. Grayscale: #696969. Windows color (decimal): -12027286 or 6978120. OLE color: 6978120.

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

Color convert

RGB 72 122 106 -
CMYK 0.41 0 0.13 0.52
HSL 160.8º 0.26% 0.38% -
HSV(B) 160.8º 0.41% 0.48% -
XYZ 12.23 16.34 16.14 -
YUV 105.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 72 122 106 0.41 0 0.13 0.52 160.8 0.26 0.38
Hex 48 7A 6A 29 0 D 34 A1 1A 26
Octal 110 172 152 51 0 15 64 241 32 46
Binary 1001000 1111010 1101010 101001 0 1101 110100 10100001 11010 100110

Color Harmonies of #487A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A6A

Black with #487A6A

Text Example


Text Example

White with #487A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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