Html Css Color HEX #475817 Verdun Green

📋 copy color: '#475817'

red 71 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #475817

Tints of Verdun Green #475817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.35%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 39.01%
G = 48.35%
B = 12.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#475817 (or 0x475817) is known color: Verdun Green. HEX triplet: 47, 58 and 17. RGB value is (71,88,23). Sum of RGB (Red+Green+Blue) = 71+88+23=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #475817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475817 is #B8A7E8. Grayscale: #4B4B4B. Windows color (decimal): -12101609 or 1529927. OLE color: 1529927.

HSL color Cylindrical-coordinate representation of color #475817: hue angle of 75.69º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #475817 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 23 -
CMYK 0.19 0 0.74 0.65
HSL 75.69º 0.59% 0.22% -
HSV(B) 75.69º 0.74% 0.35% -
XYZ 6.24 8.38 2.1 -
YUV 75.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 71 88 23 0.19 0 0.74 0.65 75.69 0.59 0.22
Hex 47 58 17 13 0 4A 41 4C 3B 16
Octal 107 130 27 23 0 112 101 114 73 26
Binary 1000111 1011000 10111 10011 0 1001010 1000001 1001100 111011 10110

Color Harmonies of #475817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475817

Black with #475817

Text Example


Text Example

White with #475817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475817; }

 p { color: rgb(71,88,23); }

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

background-color css

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

 a { background-color: rgb(71,88,23); }

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

border-color css

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

 span { border-color: rgb(71,88,23); }

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