#4B680A

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

Shades of Verdun Green #4B680A

Tints of Verdun Green #4B680A

Color information

#4B680A (or 0x4B680A) is unknown color: approx Verdun Green. HEX triplet: 4B, 68 and 0A. RGB value is (75,104,10). Sum of RGB (Red+Green+Blue) = 75+104+10=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #4B680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B680A is #B497F5. Grayscale: #545454. Windows color (decimal): -11835382 or 682059. OLE color: 682059.

HSL color Cylindrical-coordinate representation of color #4B680A: hue angle of 78.51º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B680A is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB7510410-
CMYK0.2800.900.59
HSL78.51º82.46%22.35%-
HSV(B)78.51º90.38%40.78%-
XYZ7.9111.422.07-
YUV84.6185.89121.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=39.68%
G=55.03%
B=5.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104100.2800.900.5978.5182.4622.35
Hex4B68A1C05A3B4f5216
Octal113150123401327311712226
Binary10010111101000101011100010110101110111001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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