#4B5507

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

Shades of Verdun Green #4B5507

Tints of Verdun Green #4B5507

Color information

#4B5507 (or 0x4B5507) is unknown color: approx Verdun Green. HEX triplet: 4B, 55 and 07. RGB value is (75,85,7). Sum of RGB (Red+Green+Blue) = 75+85+7=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5507 is #B4AAF8. Grayscale: #494949. Windows color (decimal): -11840249 or 480587. OLE color: 480587.

HSL color Cylindrical-coordinate representation of color #4B5507: hue angle of 67.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B5507 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB75857-
CMYK0.1200.920.67
HSL67.69º84.78%18.04%-
HSV(B)67.69º91.76%33.33%-
XYZ6.198.011.42-
YUV73.1290.69129.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=44.91%
G=50.90%
B=4.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal758570.1200.920.6767.6984.7818.04
Hex4B557C05C43445512
Octal113125714013410310412522
Binary1001011101010111111000101110010000111000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,7); }

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

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

 a { background-color: rgb(75,85,7); }

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

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

 span { border-color: rgb(75,85,7); }

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