Html Css Color HEX #475C1E Verdun Green

📋 copy color: '#475C1E'

red 71 ◦ green 92 ◦ blue 30

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

Shades of Verdun Green #475C1E

Tints of Verdun Green #475C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.67%

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 36.79%
G = 47.67%
B = 15.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#475C1E (or 0x475C1E) is known color: Verdun Green. HEX triplet: 47, 5C and 1E. RGB value is (71,92,30). Sum of RGB (Red+Green+Blue) = 71+92+30=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #475C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C1E is #B8A3E1. Grayscale: #4E4E4E. Windows color (decimal): -12100578 or 1989703. OLE color: 1989703.

HSL color Cylindrical-coordinate representation of color #475C1E: hue angle of 80.32º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #475C1E is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 30 -
CMYK 0.23 0 0.67 0.64
HSL 80.32º 0.51% 0.24% -
HSV(B) 80.32º 0.67% 0.36% -
XYZ 6.66 9.09 2.63 -
YUV 78.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 71 92 30 0.23 0 0.67 0.64 80.32 0.51 0.24
Hex 47 5C 1E 17 0 43 40 50 33 18
Octal 107 134 36 27 0 103 100 120 63 30
Binary 1000111 1011100 11110 10111 0 1000011 1000000 1010000 110011 11000

Color Harmonies of #475C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C1E

Black with #475C1E

Text Example


Text Example

White with #475C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C1E; }

 p { color: rgb(71,92,30); }

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

background-color css

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

 a { background-color: rgb(71,92,30); }

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

border-color css

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

 span { border-color: rgb(71,92,30); }

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