#474B02

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

Shades of Verdun Green #474B02

Tints of Verdun Green #474B02

Color information

#474B02 (or 0x474B02) is unknown color: approx Verdun Green. HEX triplet: 47, 4B and 02. RGB value is (71,75,2). Sum of RGB (Red+Green+Blue) = 71+75+2=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #474B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B02 is #B8B4FD. Grayscale: #414141. Windows color (decimal): -12104958 or 150343. OLE color: 150343.

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

Color convert

RGB71752-
CMYK0.0500.970.71
HSL63.29º94.81%15.1%-
HSV(B)63.29º97.33%29.41%-
XYZ5.136.381.02-
YUV65.4892.17131.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 75 (29.69% from 255) = 50.68%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=47.97%
G=50.68%
B=1.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717520.0500.970.7163.2994.8115.1
Hex474B25061473f5ff
Octal1071132501411077713717
Binary100011110010111010101100001100011111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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