Html Css Color HEX #4A8D6A Viridian

📋 copy color: '#4A8D6A'

red 74 ◦ green 141 ◦ blue 106

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

Shades of Viridian #4A8D6A

Tints of Viridian #4A8D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 23.05%
G = 43.93%
B = 33.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#4A8D6A (or 0x4A8D6A) is known color: Viridian. HEX triplet: 4A, 8D and 6A. RGB value is (74,141,106). Sum of RGB (Red+Green+Blue) = 74+141+106=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8D6A is #B57295. Grayscale: #757575. Windows color (decimal): -11891350 or 6982986. OLE color: 6982986.

HSL color Cylindrical-coordinate representation of color #4A8D6A: hue angle of 148.66º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8D6A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 141 106 -
CMYK 0.48 0 0.25 0.45
HSL 148.66º 0.31% 0.42% -
HSV(B) 148.66º 0.48% 0.55% -
XYZ 14.95 21.55 17.01 -
YUV 116.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 74 141 106 0.48 0 0.25 0.45 148.66 0.31 0.42
Hex 4A 8D 6A 30 0 19 2D 95 1F 2A
Octal 112 215 152 60 0 31 55 225 37 52
Binary 1001010 10001101 1101010 110000 0 11001 101101 10010101 11111 101010

Color Harmonies of #4A8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8D6A

Black with #4A8D6A

Text Example


Text Example

White with #4A8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,141,106); }

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

background-color css

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

 a { background-color: rgb(74,141,106); }

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

border-color css

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

 span { border-color: rgb(74,141,106); }

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