#4B655C

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

Shades of Viridian Green #4B655C

Tints of Viridian Green #4B655C

Color information

#4B655C (or 0x4B655C) is unknown color: approx Viridian Green. HEX triplet: 4B, 65 and 5C. RGB value is (75,101,92). Sum of RGB (Red+Green+Blue) = 75+101+92=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #4B655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B655C is #B49AA3. Grayscale: #5C5C5C. Windows color (decimal): -11836068 or 6055243. OLE color: 6055243.

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

Color convert

RGB7510192-
CMYK0.2600.090.60
HSL159.23º14.77%34.51%-
HSV(B)159.23º25.74%39.61%-
XYZ9.4911.5811.86-
YUV92.2127.89115.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=27.99%
G=37.69%
B=34.33%

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
Decimal75101920.2600.090.60159.2314.7734.51
Hex4B655C1A093C9ff23
Octal11314513432011742371743
Binary1001011110010110111001101001001111100100111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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