#4B7105

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

Shades of Verdun Green #4B7105

Tints of Verdun Green #4B7105

Color information

#4B7105 (or 0x4B7105) is unknown color: approx Verdun Green. HEX triplet: 4B, 71 and 05. RGB value is (75,113,5). Sum of RGB (Red+Green+Blue) = 75+113+5=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7105 is #B48EFA. Grayscale: #595959. Windows color (decimal): -11833083 or 356683. OLE color: 356683.

HSL color Cylindrical-coordinate representation of color #4B7105: hue angle of 81.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B7105 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB751135-
CMYK0.3400.960.56
HSL81.11º91.53%23.14%-
HSV(B)81.11º95.58%44.31%-
XYZ8.8313.322.25-
YUV89.3380.41117.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=38.86%
G=58.55%
B=2.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7511350.3400.960.5681.1191.5323.14
Hex4B7152206038515c17
Octal11316154201407012113427
Binary10010111110001101100010011000001110001010001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,5); }

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

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

 a { background-color: rgb(75,113,5); }

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

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

 span { border-color: rgb(75,113,5); }

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