Html Css Color HEX #4A926E Viridian

📋 copy color: '#4A926E'

red 74 ◦ green 146 ◦ blue 110

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

Shades of Viridian #4A926E

Tints of Viridian #4A926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 22.42%
G = 44.24%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#4A926E (or 0x4A926E) is known color: Viridian. HEX triplet: 4A, 92 and 6E. RGB value is (74,146,110). Sum of RGB (Red+Green+Blue) = 74+146+110=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #4A926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A926E is #B56D91. Grayscale: #787878. Windows color (decimal): -11890066 or 7246410. OLE color: 7246410.

HSL color Cylindrical-coordinate representation of color #4A926E: hue angle of 150º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A926E is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 146 110 -
CMYK 0.49 0 0.25 0.43
HSL 150º 0.33% 0.43% -
HSV(B) 150º 0.49% 0.57% -
XYZ 15.92 23.14 18.38 -
YUV 120.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 74 146 110 0.49 0 0.25 0.43 150 0.33 0.43
Hex 4A 92 6E 31 0 19 2B 96 21 2B
Octal 112 222 156 61 0 31 53 226 41 53
Binary 1001010 10010010 1101110 110001 0 11001 101011 10010110 100001 101011

Color Harmonies of #4A926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A926E

Black with #4A926E

Text Example


Text Example

White with #4A926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,146,110); }

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

background-color css

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

 a { background-color: rgb(74,146,110); }

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

border-color css

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

 span { border-color: rgb(74,146,110); }

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