#4B7967

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

Shades of Viridian #4B7967

Tints of Viridian #4B7967

Color information

#4B7967 (or 0x4B7967) is unknown color: approx Viridian. HEX triplet: 4B, 79 and 67. RGB value is (75,121,103). Sum of RGB (Red+Green+Blue) = 75+121+103=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7967 is #B48698. Grayscale: #696969. Windows color (decimal): -11830937 or 6781259. OLE color: 6781259.

HSL color Cylindrical-coordinate representation of color #4B7967: hue angle of 156.52º 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 #4B7967 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB75121103-
CMYK0.3800.150.53
HSL156.52º23.47%38.43%-
HSV(B)156.52º38.02%47.45%-
XYZ12.1916.1515.31-
YUV105.19126.76106.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=25.08%
G=40.47%
B=34.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751211030.3800.150.53156.5223.4738.43
Hex4B7967260F359d1726
Octal11317114746017652352746
Binary100101111110011100111100110011111101011001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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