Html Css Color HEX #475303 Verdun Green

📋 copy color: '#475303'

red 71 ◦ green 83 ◦ blue 3

#475303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #475303

Tints of Verdun Green #475303

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

 GREEN value IS 83 (32.81% from 255) = 52.87%

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 45.22%
G = 52.87%
B = 1.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#475303 (or 0x475303) is known color: Verdun Green. HEX triplet: 47, 53 and 03. RGB value is (71,83,3). Sum of RGB (Red+Green+Blue) = 71+83+3=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #475303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475303 is #B8ACFC. Grayscale: #464646. Windows color (decimal): -12102909 or 217927. OLE color: 217927.

HSL color Cylindrical-coordinate representation of color #475303: hue angle of 69º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #475303 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 3 -
CMYK 0.14 0 0.96 0.67
HSL 69º 0.93% 0.17% -
HSV(B) 69º 0.96% 0.33% -
XYZ 5.71 7.53 1.24 -
YUV 70.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 71 83 3 0.14 0 0.96 0.67 69 0.93 0.17
Hex 47 53 3 E 0 60 43 45 5D 11
Octal 107 123 3 16 0 140 103 105 135 21
Binary 1000111 1010011 11 1110 0 1100000 1000011 1000101 1011101 10001

Color Harmonies of #475303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475303

Black with #475303

Text Example


Text Example

White with #475303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475303; }

 p { color: rgb(71,83,3); }

 H1.HeaderClassName
 {
   color: #475303;
 }
 .AnyTagClassName
 {
   color: #475303;
 }
</style>

background-color css

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

 a { background-color: rgb(71,83,3); }

 div.DivClassName
 {
   background-color: #475303;
 }
 .BgClassName
 {
   background-color: #475303;
 }
</style>

border-color css

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

 span { border-color: rgb(71,83,3); }

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