#4B6B0A

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

Shades of Verdun Green #4B6B0A

Tints of Verdun Green #4B6B0A

Color information

#4B6B0A (or 0x4B6B0A) is unknown color: approx Verdun Green. HEX triplet: 4B, 6B and 0A. RGB value is (75,107,10). Sum of RGB (Red+Green+Blue) = 75+107+10=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6B0A is #B494F5. Grayscale: #565656. Windows color (decimal): -11834614 or 682827. OLE color: 682827.

HSL color Cylindrical-coordinate representation of color #4B6B0A: hue angle of 79.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B6B0A is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB7510710-
CMYK0.3000.910.58
HSL79.79º82.91%22.94%-
HSV(B)79.79º90.65%41.96%-
XYZ8.2112.032.18-
YUV86.3784.9119.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=39.06%
G=55.73%
B=5.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107100.3000.910.5879.7982.9122.94
Hex4B6BA1E05B3A505317
Octal113153123601337212012327
Binary10010111101011101011110010110111110101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,107,10); }

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

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

 a { background-color: rgb(75,107,10); }

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

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

 span { border-color: rgb(75,107,10); }

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