Html Css Color HEX #4A675B Viridian Green

📋 copy color: '#4A675B'

red 74 ◦ green 103 ◦ blue 91

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

Shades of Viridian Green #4A675B

Tints of Viridian Green #4A675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 27.61%
G = 38.43%
B = 33.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#4A675B (or 0x4A675B) is known color: Viridian Green. HEX triplet: 4A, 67 and 5B. RGB value is (74,103,91). Sum of RGB (Red+Green+Blue) = 74+103+91=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #4A675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A675B is #B598A4. Grayscale: #5C5C5C. Windows color (decimal): -11901093 or 5990218. OLE color: 5990218.

HSL color Cylindrical-coordinate representation of color #4A675B: hue angle of 155.17º 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 #4A675B is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 91 -
CMYK 0.28 0 0.12 0.60
HSL 155.17º 0.16% 0.35% -
HSV(B) 155.17º 0.28% 0.4% -
XYZ 9.56 11.91 11.69 -
YUV 92.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 74 103 91 0.28 0 0.12 0.60 155.17 0.16 0.35
Hex 4A 67 5B 1C 0 C 3C 9B 10 23
Octal 112 147 133 34 0 14 74 233 20 43
Binary 1001010 1100111 1011011 11100 0 1100 111100 10011011 10000 100011

Color Harmonies of #4A675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A675B

Black with #4A675B

Text Example


Text Example

White with #4A675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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