Html Css Color HEX #4A8B6D Viridian

📋 copy color: '#4A8B6D'

red 74 ◦ green 139 ◦ blue 109

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

Shades of Viridian #4A8B6D

Tints of Viridian #4A8B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

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

R = 22.98%
G = 43.17%
B = 33.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#4A8B6D (or 0x4A8B6D) is known color: Viridian. HEX triplet: 4A, 8B and 6D. RGB value is (74,139,109). Sum of RGB (Red+Green+Blue) = 74+139+109=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B6D is #B57492. Grayscale: #747474. Windows color (decimal): -11891859 or 7179082. OLE color: 7179082.

HSL color Cylindrical-coordinate representation of color #4A8B6D: hue angle of 152.31º 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 #4A8B6D is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 139 109 -
CMYK 0.47 0 0.22 0.45
HSL 152.31º 0.31% 0.42% -
HSV(B) 152.31º 0.47% 0.55% -
XYZ 14.82 21.03 17.75 -
YUV 116.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 74 139 109 0.47 0 0.22 0.45 152.31 0.31 0.42
Hex 4A 8B 6D 2F 0 16 2D 98 1F 2A
Octal 112 213 155 57 0 26 55 230 37 52
Binary 1001010 10001011 1101101 101111 0 10110 101101 10011000 11111 101010

Color Harmonies of #4A8B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8B6D

Black with #4A8B6D

Text Example


Text Example

White with #4A8B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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