Html Css Color HEX #4A665A Viridian Green

📋 copy color: '#4A665A'

red 74 ◦ green 102 ◦ blue 90

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

Shades of Viridian Green #4A665A

Tints of Viridian Green #4A665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

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

R = 27.82%
G = 38.35%
B = 33.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#4A665A (or 0x4A665A) is known color: Viridian Green. HEX triplet: 4A, 66 and 5A. RGB value is (74,102,90). Sum of RGB (Red+Green+Blue) = 74+102+90=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #4A665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A665A is #B599A5. Grayscale: #5C5C5C. Windows color (decimal): -11901350 or 5924426. OLE color: 5924426.

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

Color convert

RGB 74 102 90 -
CMYK 0.27 0 0.12 0.6
HSL 154.29º 0.16% 0.35% -
HSV(B) 154.29º 0.27% 0.4% -
XYZ 9.42 11.7 11.43 -
YUV 92.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 74 102 90 0.27 0 0.12 0.6 154.29 0.16 0.35
Hex 4A 66 5A 1B 0 C 3C 9A 10 23
Octal 112 146 132 33 0 14 74 232 20 43
Binary 1001010 1100110 1011010 11011 0 1100 111100 10011010 10000 100011

Color Harmonies of #4A665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A665A

Black with #4A665A

Text Example


Text Example

White with #4A665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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