Html Css Color HEX #475305 Verdun Green

📋 copy color: '#475305'

red 71 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #475305

Tints of Verdun Green #475305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 44.65%
G = 52.2%
B = 3.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#475305 (or 0x475305) is known color: Verdun Green. HEX triplet: 47, 53 and 05. RGB value is (71,83,5). Sum of RGB (Red+Green+Blue) = 71+83+5=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #475305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475305 is #B8ACFA. Grayscale: #464646. Windows color (decimal): -12102907 or 348999. OLE color: 348999.

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

Color convert

RGB 71 83 5 -
CMYK 0.14 0 0.94 0.67
HSL 69.23º 0.89% 0.17% -
HSV(B) 69.23º 0.94% 0.33% -
XYZ 5.72 7.54 1.3 -
YUV 70.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 71 83 5 0.14 0 0.94 0.67 69.23 0.89 0.17
Hex 47 53 5 E 0 5E 43 45 59 11
Octal 107 123 5 16 0 136 103 105 131 21
Binary 1000111 1010011 101 1110 0 1011110 1000011 1000101 1011001 10001

Color Harmonies of #475305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475305

Black with #475305

Text Example


Text Example

White with #475305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475305; }

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

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

background-color css

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

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

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

border-color css

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

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

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