#4B6704

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

Shades of Verdun Green #4B6704

Tints of Verdun Green #4B6704

Color information

#4B6704 (or 0x4B6704) is unknown color: approx Verdun Green. HEX triplet: 4B, 67 and 04. RGB value is (75,103,4). Sum of RGB (Red+Green+Blue) = 75+103+4=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #4B6704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6704 is #B498FB. Grayscale: #535353. Windows color (decimal): -11835644 or 288587. OLE color: 288587.

HSL color Cylindrical-coordinate representation of color #4B6704: hue angle of 76.97º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B6704 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB751034-
CMYK0.2700.960.60
HSL76.97º92.52%20.98%-
HSV(B)76.97º96.12%40.39%-
XYZ7.7711.211.87-
YUV83.3483.22122.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 103 (40.62% from 255) = 56.59%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=41.21%
G=56.59%
B=2.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7510340.2700.960.6076.9792.5220.98
Hex4B6741B0603C4d5d15
Octal11314743301407411513525
Binary1001011110011110011011011000001111001001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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