#4B5804

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

Shades of Verdun Green #4B5804

Tints of Verdun Green #4B5804

Color information

#4B5804 (or 0x4B5804) is unknown color: approx Verdun Green. HEX triplet: 4B, 58 and 04. RGB value is (75,88,4). Sum of RGB (Red+Green+Blue) = 75+88+4=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5804 is #B4A7FB. Grayscale: #4A4A4A. Windows color (decimal): -11839484 or 284747. OLE color: 284747.

HSL color Cylindrical-coordinate representation of color #4B5804: hue angle of 69.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B5804 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB75884-
CMYK0.1500.950.65
HSL69.29º91.3%18.04%-
HSV(B)69.29º95.45%34.51%-
XYZ6.418.481.41-
YUV74.5488.19128.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 88 (34.77% from 255) = 52.69%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=44.91%
G=52.69%
B=2.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal758840.1500.950.6569.2991.318.04
Hex4B584F05F41455b12
Octal113130417013710110513322
Binary1001011101100010011110101111110000011000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,4); }

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

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

 a { background-color: rgb(75,88,4); }

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

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

 span { border-color: rgb(75,88,4); }

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