Html Css Color HEX #4A8A6D Viridian

📋 copy color: '#4A8A6D'

red 74 ◦ green 138 ◦ blue 109

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

Shades of Viridian #4A8A6D

Tints of Viridian #4A8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.99%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 23.05%
G = 42.99%
B = 33.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#4A8A6D (or 0x4A8A6D) is known color: Viridian. HEX triplet: 4A, 8A and 6D. RGB value is (74,138,109). Sum of RGB (Red+Green+Blue) = 74+138+109=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A6D is #B57592. Grayscale: #737373. Windows color (decimal): -11892115 or 7178826. OLE color: 7178826.

HSL color Cylindrical-coordinate representation of color #4A8A6D: hue angle of 152.81º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A6D is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 138 109 -
CMYK 0.46 0 0.21 0.46
HSL 152.81º 0.3% 0.42% -
HSV(B) 152.81º 0.46% 0.54% -
XYZ 14.67 20.74 17.7 -
YUV 115.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 74 138 109 0.46 0 0.21 0.46 152.81 0.3 0.42
Hex 4A 8A 6D 2E 0 15 2E 99 1E 2A
Octal 112 212 155 56 0 25 56 231 36 52
Binary 1001010 10001010 1101101 101110 0 10101 101110 10011001 11110 101010

Color Harmonies of #4A8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8A6D

Black with #4A8A6D

Text Example


Text Example

White with #4A8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,138,109); }

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

background-color css

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

 a { background-color: rgb(74,138,109); }

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

border-color css

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

 span { border-color: rgb(74,138,109); }

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