Html Css Color HEX #475319 Verdun Green

📋 copy color: '#475319'

red 71 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #475319

Tints of Verdun Green #475319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 39.66%
G = 46.37%
B = 13.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#475319 (or 0x475319) is known color: Verdun Green. HEX triplet: 47, 53 and 19. RGB value is (71,83,25). Sum of RGB (Red+Green+Blue) = 71+83+25=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #475319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475319 is #B8ACE6. Grayscale: #494949. Windows color (decimal): -12102887 or 1659719. OLE color: 1659719.

HSL color Cylindrical-coordinate representation of color #475319: hue angle of 72.41º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475319 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 25 -
CMYK 0.14 0 0.70 0.67
HSL 72.41º 0.54% 0.21% -
HSV(B) 72.41º 0.7% 0.33% -
XYZ 5.87 7.6 2.08 -
YUV 72.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 71 83 25 0.14 0 0.70 0.67 72.41 0.54 0.21
Hex 47 53 19 E 0 46 43 48 36 15
Octal 107 123 31 16 0 106 103 110 66 25
Binary 1000111 1010011 11001 1110 0 1000110 1000011 1001000 110110 10101

Color Harmonies of #475319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475319

Black with #475319

Text Example


Text Example

White with #475319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475319; }

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

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

background-color css

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

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

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

border-color css

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

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

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