Html Css Color HEX #4A816B Viridian

📋 copy color: '#4A816B'

red 74 ◦ green 129 ◦ blue 107

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

Shades of Viridian #4A816B

Tints of Viridian #4A816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 23.87%
G = 41.61%
B = 34.52%

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

#4A816B (or 0x4A816B) is known color: Viridian. HEX triplet: 4A, 81 and 6B. RGB value is (74,129,107). Sum of RGB (Red+Green+Blue) = 74+129+107=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #4A816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A816B is #B57E94. Grayscale: #6E6E6E. Windows color (decimal): -11894421 or 7045450. OLE color: 7045450.

HSL color Cylindrical-coordinate representation of color #4A816B: hue angle of 156º 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 #4A816B is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 129 107 -
CMYK 0.43 0 0.17 0.49
HSL 156º 0.27% 0.4% -
HSV(B) 156º 0.43% 0.51% -
XYZ 13.33 18.22 16.72 -
YUV 110.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 74 129 107 0.43 0 0.17 0.49 156 0.27 0.4
Hex 4A 81 6B 2B 0 11 31 9C 1B 28
Octal 112 201 153 53 0 21 61 234 33 50
Binary 1001010 10000001 1101011 101011 0 10001 110001 10011100 11011 101000

Color Harmonies of #4A816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A816B

Black with #4A816B

Text Example


Text Example

White with #4A816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,129,107); }

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

background-color css

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

 a { background-color: rgb(74,129,107); }

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

border-color css

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

 span { border-color: rgb(74,129,107); }

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