Html Css Color HEX #4A826C Viridian

📋 copy color: '#4A826C'

red 74 ◦ green 130 ◦ blue 108

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

Shades of Viridian #4A826C

Tints of Viridian #4A826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 23.72%
G = 41.67%
B = 34.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#4A826C (or 0x4A826C) is known color: Viridian. HEX triplet: 4A, 82 and 6C. RGB value is (74,130,108). Sum of RGB (Red+Green+Blue) = 74+130+108=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #4A826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A826C is #B57D93. Grayscale: #6E6E6E. Windows color (decimal): -11894164 or 7111242. OLE color: 7111242.

HSL color Cylindrical-coordinate representation of color #4A826C: hue angle of 156.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A826C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 130 108 -
CMYK 0.43 0 0.17 0.49
HSL 156.43º 0.27% 0.4% -
HSV(B) 156.43º 0.43% 0.51% -
XYZ 13.51 18.5 17.05 -
YUV 110.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 74 130 108 0.43 0 0.17 0.49 156.43 0.27 0.4
Hex 4A 82 6C 2B 0 11 31 9C 1B 28
Octal 112 202 154 53 0 21 61 234 33 50
Binary 1001010 10000010 1101100 101011 0 10001 110001 10011100 11011 101000

Color Harmonies of #4A826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A826C

Black with #4A826C

Text Example


Text Example

White with #4A826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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