#4B7D69

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

Shades of Viridian #4B7D69

Tints of Viridian #4B7D69

Color information

#4B7D69 (or 0x4B7D69) is unknown color: approx Viridian. HEX triplet: 4B, 7D and 69. RGB value is (75,125,105). Sum of RGB (Red+Green+Blue) = 75+125+105=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7D69 is #B48296. Grayscale: #6B6B6B. Windows color (decimal): -11829911 or 6913355. OLE color: 6913355.

HSL color Cylindrical-coordinate representation of color #4B7D69: hue angle of 156º 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 #4B7D69 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB75125105-
CMYK0.4000.160.51
HSL156º25%39.22%-
HSV(B)156º40%49.02%-
XYZ12.7917.1816.01-
YUV107.77126.44104.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=24.59%
G=40.98%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751251050.4000.160.511562539.22
Hex4B7D6928010339c1927
Octal11317515150020632343147
Binary1001011111110111010011010000100001100111001110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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