Html Css Color HEX #4A675A Viridian Green

📋 copy color: '#4A675A'

red 74 ◦ green 103 ◦ blue 90

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

Shades of Viridian Green #4A675A

Tints of Viridian Green #4A675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.58%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 27.72%
G = 38.58%
B = 33.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#4A675A (or 0x4A675A) is known color: Viridian Green. HEX triplet: 4A, 67 and 5A. RGB value is (74,103,90). Sum of RGB (Red+Green+Blue) = 74+103+90=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #4A675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A675A is #B598A5. Grayscale: #5C5C5C. Windows color (decimal): -11901094 or 5924682. OLE color: 5924682.

HSL color Cylindrical-coordinate representation of color #4A675A: hue angle of 153.1º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A675A is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 90 -
CMYK 0.28 0 0.13 0.60
HSL 153.1º 0.16% 0.35% -
HSV(B) 153.1º 0.28% 0.4% -
XYZ 9.52 11.89 11.47 -
YUV 92.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 74 103 90 0.28 0 0.13 0.60 153.1 0.16 0.35
Hex 4A 67 5A 1C 0 D 3C 99 10 23
Octal 112 147 132 34 0 15 74 231 20 43
Binary 1001010 1100111 1011010 11100 0 1101 111100 10011001 10000 100011

Color Harmonies of #4A675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A675A

Black with #4A675A

Text Example


Text Example

White with #4A675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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