#4B7D6E

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

Shades of Viridian #4B7D6E

Tints of Viridian #4B7D6E

Color information

#4B7D6E (or 0x4B7D6E) is unknown color: approx Viridian. HEX triplet: 4B, 7D and 6E. RGB value is (75,125,110). Sum of RGB (Red+Green+Blue) = 75+125+110=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7D6E is #B48291. Grayscale: #6C6C6C. Windows color (decimal): -11829906 or 7241035. OLE color: 7241035.

HSL color Cylindrical-coordinate representation of color #4B7D6E: hue angle of 162º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7D6E is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB75125110-
CMYK0.4000.120.51
HSL162º25%39.22%-
HSV(B)162º40%49.02%-
XYZ13.0517.2917.4-
YUV108.34128.94104.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=24.19%
G=40.32%
B=35.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751251100.4000.120.511622539.22
Hex4B7D6E280C33a21927
Octal11317515650014632423147
Binary100101111111011101110101000011001100111010001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,125,110); }

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

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

 a { background-color: rgb(75,125,110); }

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

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

 span { border-color: rgb(75,125,110); }

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