Html Css Color HEX #4A695A Viridian Green

📋 copy color: '#4A695A'

red 74 ◦ green 105 ◦ blue 90

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

Shades of Viridian Green #4A695A

Tints of Viridian Green #4A695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.03%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 27.51%
G = 39.03%
B = 33.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#4A695A (or 0x4A695A) is known color: Viridian Green. HEX triplet: 4A, 69 and 5A. RGB value is (74,105,90). Sum of RGB (Red+Green+Blue) = 74+105+90=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #4A695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A695A is #B596A5. Grayscale: #5E5E5E. Windows color (decimal): -11900582 or 5925194. OLE color: 5925194.

HSL color Cylindrical-coordinate representation of color #4A695A: hue angle of 150.97º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A695A is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 105 90 -
CMYK 0.30 0 0.14 0.59
HSL 150.97º 0.17% 0.35% -
HSV(B) 150.97º 0.3% 0.41% -
XYZ 9.72 12.3 11.53 -
YUV 94.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 74 105 90 0.30 0 0.14 0.59 150.97 0.17 0.35
Hex 4A 69 5A 1E 0 E 3B 97 11 23
Octal 112 151 132 36 0 16 73 227 21 43
Binary 1001010 1101001 1011010 11110 0 1110 111011 10010111 10001 100011

Color Harmonies of #4A695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A695A

Black with #4A695A

Text Example


Text Example

White with #4A695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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