Html Css Color HEX #4A806C Viridian

📋 copy color: '#4A806C'

red 74 ◦ green 128 ◦ blue 108

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

Shades of Viridian #4A806C

Tints of Viridian #4A806C

RGB

 RED value IS 74 (29.3% from 255) = 23.87%

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 23.87%
G = 41.29%
B = 34.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#4A806C (or 0x4A806C) is known color: Viridian. HEX triplet: 4A, 80 and 6C. RGB value is (74,128,108). Sum of RGB (Red+Green+Blue) = 74+128+108=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #4A806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A806C is #B57F93. Grayscale: #6D6D6D. Windows color (decimal): -11894676 or 7110730. OLE color: 7110730.

HSL color Cylindrical-coordinate representation of color #4A806C: hue angle of 157.78º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A806C is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 128 108 -
CMYK 0.42 0 0.16 0.50
HSL 157.78º 0.27% 0.4% -
HSV(B) 157.78º 0.42% 0.5% -
XYZ 13.25 17.98 16.96 -
YUV 109.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 74 128 108 0.42 0 0.16 0.50 157.78 0.27 0.4
Hex 4A 80 6C 2A 0 10 32 9E 1B 28
Octal 112 200 154 52 0 20 62 236 33 50
Binary 1001010 10000000 1101100 101010 0 10000 110010 10011110 11011 101000

Color Harmonies of #4A806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A806C

Black with #4A806C

Text Example


Text Example

White with #4A806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A806C; }

 p { color: rgb(74,128,108); }

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

background-color css

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

 a { background-color: rgb(74,128,108); }

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

border-color css

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

 span { border-color: rgb(74,128,108); }

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