#474B09

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

Shades of Verdun Green #474B09

Tints of Verdun Green #474B09

Color information

#474B09 (or 0x474B09) is unknown color: approx Verdun Green. HEX triplet: 47, 4B and 09. RGB value is (71,75,9). Sum of RGB (Red+Green+Blue) = 71+75+9=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #474B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B09 is #B8B4F6. Grayscale: #424242. Windows color (decimal): -12104951 or 609095. OLE color: 609095.

HSL color Cylindrical-coordinate representation of color #474B09: hue angle of 63.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #474B09 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB71759-
CMYK0.0500.880.71
HSL63.64º78.57%16.47%-
HSV(B)63.64º88%29.41%-
XYZ5.166.391.22-
YUV66.2895.67131.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=45.81%
G=48.39%
B=5.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717590.0500.880.7163.6478.5716.47
Hex474B9505847404f10
Octal107113115013010710011720
Binary1000111100101110011010101100010001111000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474B09; }

 p { color: rgb(71,75,9); }

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

<style>
 a { background-color: #474B09; }

 a { background-color: rgb(71,75,9); }

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

<style>
 span { border-color: #474B09; }

 span { border-color: rgb(71,75,9); }

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