Html Css Color HEX #4A5B55 Viridian Green

📋 copy color: '#4A5B55'

red 74 ◦ green 91 ◦ blue 85

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

Shades of Viridian Green #4A5B55

Tints of Viridian Green #4A5B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 29.6%
G = 36.4%
B = 34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#4A5B55 (or 0x4A5B55) is known color: Viridian Green. HEX triplet: 4A, 5B and 55. RGB value is (74,91,85). Sum of RGB (Red+Green+Blue) = 74+91+85=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5B55 is #B5A4AA. Grayscale: #555555. Windows color (decimal): -11904171 or 5593930. OLE color: 5593930.

HSL color Cylindrical-coordinate representation of color #4A5B55: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A5B55 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 91 85 -
CMYK 0.19 0 0.07 0.64
HSL 158.82º 0.1% 0.32% -
HSV(B) 158.82º 0.19% 0.36% -
XYZ 8.2 9.59 10.01 -
YUV 85.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 74 91 85 0.19 0 0.07 0.64 158.82 0.1 0.32
Hex 4A 5B 55 13 0 7 40 9F A 20
Octal 112 133 125 23 0 7 100 237 12 40
Binary 1001010 1011011 1010101 10011 0 111 1000000 10011111 1010 100000

Color Harmonies of #4A5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5B55

Black with #4A5B55

Text Example


Text Example

White with #4A5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,91,85); }

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

background-color css

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

 a { background-color: rgb(74,91,85); }

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

border-color css

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

 span { border-color: rgb(74,91,85); }

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