Html Css Color HEX #4A7969 Viridian

📋 copy color: '#4A7969'

red 74 ◦ green 121 ◦ blue 105

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

Shades of Viridian #4A7969

Tints of Viridian #4A7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 105 (41.41% from 255) = 35%

R = 24.67%
G = 40.33%
B = 35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#4A7969 (or 0x4A7969) is known color: Viridian. HEX triplet: 4A, 79 and 69. RGB value is (74,121,105). Sum of RGB (Red+Green+Blue) = 74+121+105=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7969 is #B58696. Grayscale: #696969. Windows color (decimal): -11896471 or 6912330. OLE color: 6912330.

HSL color Cylindrical-coordinate representation of color #4A7969: hue angle of 159.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7969 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 121 105 -
CMYK 0.39 0 0.13 0.53
HSL 159.57º 0.24% 0.38% -
HSV(B) 159.57º 0.39% 0.47% -
XYZ 12.21 16.15 15.84 -
YUV 105.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 74 121 105 0.39 0 0.13 0.53 159.57 0.24 0.38
Hex 4A 79 69 27 0 D 35 A0 18 26
Octal 112 171 151 47 0 15 65 240 30 46
Binary 1001010 1111001 1101001 100111 0 1101 110101 10100000 11000 100110

Color Harmonies of #4A7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7969

Black with #4A7969

Text Example


Text Example

White with #4A7969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,105); }

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

background-color css

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

 a { background-color: rgb(74,121,105); }

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

border-color css

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

 span { border-color: rgb(74,121,105); }

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