#4B7204

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

Shades of Verdun Green #4B7204

Tints of Verdun Green #4B7204

Color information

#4B7204 (or 0x4B7204) is unknown color: approx Verdun Green. HEX triplet: 4B, 72 and 04. RGB value is (75,114,4). Sum of RGB (Red+Green+Blue) = 75+114+4=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7204 is #B48DFB. Grayscale: #5A5A5A. Windows color (decimal): -11832828 or 291403. OLE color: 291403.

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

Color convert

RGB751144-
CMYK0.3400.960.55
HSL81.27º93.22%23.14%-
HSV(B)81.27º96.49%44.71%-
XYZ8.9413.542.26-
YUV89.879.58117.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=38.86%
G=59.07%
B=2.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7511440.3400.960.5581.2793.2223.14
Hex4B7242206037515d17
Octal11316244201406712113527
Binary10010111110010100100010011000001101111010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,4); }

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

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

 a { background-color: rgb(75,114,4); }

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

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

 span { border-color: rgb(75,114,4); }

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