#4B5C06

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

Shades of Verdun Green #4B5C06

Tints of Verdun Green #4B5C06

Color information

#4B5C06 (or 0x4B5C06) is unknown color: approx Verdun Green. HEX triplet: 4B, 5C and 06. RGB value is (75,92,6). Sum of RGB (Red+Green+Blue) = 75+92+6=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5C06 is #B4A3F9. Grayscale: #4D4D4D. Windows color (decimal): -11838458 or 416843. OLE color: 416843.

HSL color Cylindrical-coordinate representation of color #4B5C06: hue angle of 71.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B5C06 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB75926-
CMYK0.1800.930.64
HSL71.86º87.76%19.22%-
HSV(B)71.86º93.48%36.08%-
XYZ6.769.161.58-
YUV77.1187.87126.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 92 (36.33% from 255) = 53.18%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=43.35%
G=53.18%
B=3.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal759260.1800.930.6471.8687.7619.22
Hex4B5C61205D40485813
Octal113134622013510011013023
Binary10010111011100110100100101110110000001001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,92,6); }

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

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

 a { background-color: rgb(75,92,6); }

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

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

 span { border-color: rgb(75,92,6); }

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