Html Css Color HEX #4A8C6A Viridian

📋 copy color: '#4A8C6A'

red 74 ◦ green 140 ◦ blue 106

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

Shades of Viridian #4A8C6A

Tints of Viridian #4A8C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

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

R = 23.13%
G = 43.75%
B = 33.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#4A8C6A (or 0x4A8C6A) is known color: Viridian. HEX triplet: 4A, 8C and 6A. RGB value is (74,140,106). Sum of RGB (Red+Green+Blue) = 74+140+106=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8C6A is #B57395. Grayscale: #747474. Windows color (decimal): -11891606 or 6982730. OLE color: 6982730.

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

Color convert

RGB 74 140 106 -
CMYK 0.47 0 0.24 0.45
HSL 149.09º 0.31% 0.42% -
HSV(B) 149.09º 0.47% 0.55% -
XYZ 14.8 21.25 16.96 -
YUV 116.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 74 140 106 0.47 0 0.24 0.45 149.09 0.31 0.42
Hex 4A 8C 6A 2F 0 18 2D 95 1F 2A
Octal 112 214 152 57 0 30 55 225 37 52
Binary 1001010 10001100 1101010 101111 0 11000 101101 10010101 11111 101010

Color Harmonies of #4A8C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8C6A

Black with #4A8C6A

Text Example


Text Example

White with #4A8C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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