#4B640C

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

Shades of Verdun Green #4B640C

Tints of Verdun Green #4B640C

Color information

#4B640C (or 0x4B640C) is unknown color: approx Verdun Green. HEX triplet: 4B, 64 and 0C. RGB value is (75,100,12). Sum of RGB (Red+Green+Blue) = 75+100+12=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #4B640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B640C is #B49BF3. Grayscale: #525252. Windows color (decimal): -11836404 or 812107. OLE color: 812107.

HSL color Cylindrical-coordinate representation of color #4B640C: hue angle of 77.05º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B640C is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB7510012-
CMYK0.2500.880.61
HSL77.05º78.57%21.96%-
HSV(B)77.05º88%39.22%-
XYZ7.5310.642-
YUV82.4988.22122.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 100 (39.45% from 255) = 53.48%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=40.11%
G=53.48%
B=6.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100120.2500.880.6177.0578.5721.96
Hex4B64C190583D4d4f16
Octal113144143101307511511726
Binary10010111100100110011001010110001111011001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,12); }

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

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

 a { background-color: rgb(75,100,12); }

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

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

 span { border-color: rgb(75,100,12); }

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