#4C675E

Color #4C675E Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #4C675E

Tints of Viridian Green #4C675E

Color information

#4C675E (or 0x4C675E) is unknown color: approx Viridian Green. HEX triplet: 4C, 67 and 5E. RGB value is (76,103,94). Sum of RGB (Red+Green+Blue) = 76+103+94=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #4C675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C675E is #B398A1. Grayscale: #5D5D5D. Windows color (decimal): -11770018 or 6186828. OLE color: 6186828.

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

Color convert

RGB7610394-
CMYK0.2600.090.60
HSL160º15.08%35.1%-
HSV(B)160º26.21%40.39%-
XYZ9.8512.0512.4-
YUV93.9128.05115.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=27.84%
G=37.73%
B=34.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76103940.2600.090.6016015.0835.1
Hex4C675E1A093Ca0f23
Octal11414713632011742401743
Binary1001100110011110111101101001001111100101000001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,103,94); }

 H1.HeaderClassName
 {
   color: #4C675E;
 }
 .AnyTagClassName
 {
   color: #4C675E;
 }
</style>
background-color css

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

 a { background-color: rgb(76,103,94); }

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

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

 span { border-color: rgb(76,103,94); }

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