#4B7969

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

Shades of Viridian #4B7969

Tints of Viridian #4B7969

Color information

#4B7969 (or 0x4B7969) is unknown color: approx Viridian. HEX triplet: 4B, 79 and 69. RGB value is (75,121,105). Sum of RGB (Red+Green+Blue) = 75+121+105=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7969 is #B48696. Grayscale: #696969. Windows color (decimal): -11830935 or 6912331. OLE color: 6912331.

HSL color Cylindrical-coordinate representation of color #4B7969: hue angle of 159.13º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7969 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB75121105-
CMYK0.3800.130.53
HSL159.13º23.47%38.43%-
HSV(B)159.13º38.02%47.45%-
XYZ12.2916.1915.84-
YUV105.42127.76106.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=24.92%
G=40.20%
B=34.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751211050.3800.130.53159.1323.4738.43
Hex4B7969260D359f1726
Octal11317115146015652372746
Binary100101111110011101001100110011011101011001111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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