#4B655B

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

Shades of Viridian Green #4B655B

Tints of Viridian Green #4B655B

Color information

#4B655B (or 0x4B655B) is unknown color: approx Viridian Green. HEX triplet: 4B, 65 and 5B. RGB value is (75,101,91). Sum of RGB (Red+Green+Blue) = 75+101+91=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #4B655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B655B is #B49AA4. Grayscale: #5C5C5C. Windows color (decimal): -11836069 or 5989707. OLE color: 5989707.

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

Color convert

RGB7510191-
CMYK0.2600.100.60
HSL156.92º14.77%34.51%-
HSV(B)156.92º25.74%39.61%-
XYZ9.4411.5611.63-
YUV92.09127.39115.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=28.09%
G=37.83%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101910.2600.100.60156.9214.7734.51
Hex4B655B1A0A3C9df23
Octal11314513332012742351743
Binary1001011110010110110111101001010111100100111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,91); }

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

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

 a { background-color: rgb(75,101,91); }

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

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

 span { border-color: rgb(75,101,91); }

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