Html Css Color HEX #4A8567 Viridian

📋 copy color: '#4A8567'

red 74 ◦ green 133 ◦ blue 103

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

Shades of Viridian #4A8567

Tints of Viridian #4A8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 23.87%
G = 42.9%
B = 33.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#4A8567 (or 0x4A8567) is known color: Viridian. HEX triplet: 4A, 85 and 67. RGB value is (74,133,103). Sum of RGB (Red+Green+Blue) = 74+133+103=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8567 is #B57A98. Grayscale: #707070. Windows color (decimal): -11893401 or 6784330. OLE color: 6784330.

HSL color Cylindrical-coordinate representation of color #4A8567: hue angle of 149.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8567 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 103 -
CMYK 0.44 0 0.23 0.48
HSL 149.49º 0.29% 0.41% -
HSV(B) 149.49º 0.44% 0.52% -
XYZ 13.66 19.21 15.82 -
YUV 111.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 74 133 103 0.44 0 0.23 0.48 149.49 0.29 0.41
Hex 4A 85 67 2C 0 17 30 95 1D 29
Octal 112 205 147 54 0 27 60 225 35 51
Binary 1001010 10000101 1100111 101100 0 10111 110000 10010101 11101 101001

Color Harmonies of #4A8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8567

Black with #4A8567

Text Example


Text Example

White with #4A8567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,133,103); }

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

background-color css

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

 a { background-color: rgb(74,133,103); }

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

border-color css

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

 span { border-color: rgb(74,133,103); }

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