#4B5402

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

Shades of Verdun Green #4B5402

Tints of Verdun Green #4B5402

Color information

#4B5402 (or 0x4B5402) is unknown color: approx Verdun Green. HEX triplet: 4B, 54 and 02. RGB value is (75,84,2). Sum of RGB (Red+Green+Blue) = 75+84+2=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5402 is #B4ABFD. Grayscale: #484848. Windows color (decimal): -11840510 or 152651. OLE color: 152651.

HSL color Cylindrical-coordinate representation of color #4B5402: hue angle of 66.59º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B5402 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB75842-
CMYK0.1100.980.67
HSL66.59º95.35%16.86%-
HSV(B)66.59º97.62%32.94%-
XYZ6.087.841.25-
YUV71.9688.52130.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=46.58%
G=52.17%
B=1.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal758420.1100.980.6766.5995.3516.86
Hex4B542B06243435f11
Octal113124213014210310313721
Binary100101110101001010110110001010000111000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,2); }

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

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

 a { background-color: rgb(75,84,2); }

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

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

 span { border-color: rgb(75,84,2); }

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