#4B600D

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

Shades of Verdun Green #4B600D

Tints of Verdun Green #4B600D

Color information

#4B600D (or 0x4B600D) is unknown color: approx Verdun Green. HEX triplet: 4B, 60 and 0D. RGB value is (75,96,13). Sum of RGB (Red+Green+Blue) = 75+96+13=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #4B600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B600D is #B49FF2. Grayscale: #505050. Windows color (decimal): -11837427 or 876619. OLE color: 876619.

HSL color Cylindrical-coordinate representation of color #4B600D: hue angle of 75.18º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B600D is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB759613-
CMYK0.2200.860.62
HSL75.18º76.15%21.37%-
HSV(B)75.18º86.46%37.65%-
XYZ7.169.891.91-
YUV80.2690.04124.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.76%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=40.76%
G=52.17%
B=7.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596130.2200.860.6275.1876.1521.37
Hex4B60D160563E4b4c15
Octal113140152601267611311425
Binary10010111100000110110110010101101111101001011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,13); }

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

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

 a { background-color: rgb(75,96,13); }

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

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

 span { border-color: rgb(75,96,13); }

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