#4B695D

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

Shades of Viridian Green #4B695D

Tints of Viridian Green #4B695D

Color information

#4B695D (or 0x4B695D) is unknown color: approx Viridian Green. HEX triplet: 4B, 69 and 5D. RGB value is (75,105,93). Sum of RGB (Red+Green+Blue) = 75+105+93=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #4B695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B695D is #B496A2. Grayscale: #5E5E5E. Windows color (decimal): -11835043 or 6121803. OLE color: 6121803.

HSL color Cylindrical-coordinate representation of color #4B695D: hue angle of 156º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B695D is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB7510593-
CMYK0.2900.110.59
HSL156º16.67%35.29%-
HSV(B)156º28.57%41.18%-
XYZ9.9312.3912.22-
YUV94.66127.06113.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=27.47%
G=38.46%
B=34.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105930.2900.110.5915616.6735.29
Hex4B695D1D0B3B9c1123
Octal11315113535013732342143
Binary10010111101001101110111101010111110111001110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,105,93); }

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

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

 a { background-color: rgb(75,105,93); }

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

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

 span { border-color: rgb(75,105,93); }

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