#4B685C

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

Shades of Viridian Green #4B685C

Tints of Viridian Green #4B685C

Color information

#4B685C (or 0x4B685C) is unknown color: approx Viridian Green. HEX triplet: 4B, 68 and 5C. RGB value is (75,104,92). Sum of RGB (Red+Green+Blue) = 75+104+92=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #4B685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B685C is #B497A3. Grayscale: #5D5D5D. Windows color (decimal): -11835300 or 6056011. OLE color: 6056011.

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

Color convert

RGB7510492-
CMYK0.2800.120.59
HSL155.17º16.2%35.1%-
HSV(B)155.17º27.88%40.78%-
XYZ9.7812.1711.96-
YUV93.96126.89114.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=27.68%
G=38.38%
B=33.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104920.2800.120.59155.1716.235.1
Hex4B685C1C0C3B9b1023
Octal11315013434014732332043
Binary10010111101000101110011100011001110111001101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,104,92); }

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

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

 a { background-color: rgb(75,104,92); }

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

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

 span { border-color: rgb(75,104,92); }

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