#4B7665

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

Shades of Viridian #4B7665

Tints of Viridian #4B7665

Color information

#4B7665 (or 0x4B7665) is unknown color: approx Viridian. HEX triplet: 4B, 76 and 65. RGB value is (75,118,101). Sum of RGB (Red+Green+Blue) = 75+118+101=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7665 is #B4899A. Grayscale: #676767. Windows color (decimal): -11831707 or 6649419. OLE color: 6649419.

HSL color Cylindrical-coordinate representation of color #4B7665: hue angle of 156.28º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7665 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB75118101-
CMYK0.3600.140.54
HSL156.28º22.28%37.84%-
HSV(B)156.28º36.44%46.27%-
XYZ11.7315.3914.66-
YUV103.2126.75107.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=25.51%
G=40.14%
B=34.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751181010.3600.140.54156.2822.2837.84
Hex4B7665240E369c1626
Octal11316614544016662342646
Binary100101111101101100101100100011101101101001110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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