#4B690C

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

Shades of Verdun Green #4B690C

Tints of Verdun Green #4B690C

Color information

#4B690C (or 0x4B690C) is unknown color: approx Verdun Green. HEX triplet: 4B, 69 and 0C. RGB value is (75,105,12). Sum of RGB (Red+Green+Blue) = 75+105+12=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #4B690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B690C is #B496F3. Grayscale: #555555. Windows color (decimal): -11835124 or 813387. OLE color: 813387.

HSL color Cylindrical-coordinate representation of color #4B690C: hue angle of 79.35º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B690C is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB7510512-
CMYK0.2900.890.59
HSL79.35º79.49%22.94%-
HSV(B)79.35º88.57%41.18%-
XYZ8.0211.632.17-
YUV85.4386.56120.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 105 (41.41% from 255) = 54.69%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=39.06%
G=54.69%
B=6.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105120.2900.890.5979.3579.4922.94
Hex4B69C1D0593B4f4f17
Octal113151143501317311711727
Binary10010111101001110011101010110011110111001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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