Html Css Color HEX #47611C Verdun Green

📋 copy color: '#47611C'

red 71 ◦ green 97 ◦ blue 28

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

Shades of Verdun Green #47611C

Tints of Verdun Green #47611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.49%

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 36.22%
G = 49.49%
B = 14.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#47611C (or 0x47611C) is known color: Verdun Green. HEX triplet: 47, 61 and 1C. RGB value is (71,97,28). Sum of RGB (Red+Green+Blue) = 71+97+28=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #47611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47611C is #B89EE3. Grayscale: #515151. Windows color (decimal): -12099300 or 1859911. OLE color: 1859911.

HSL color Cylindrical-coordinate representation of color #47611C: hue angle of 82.61º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47611C is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 28 -
CMYK 0.27 0 0.71 0.62
HSL 82.61º 0.55% 0.25% -
HSV(B) 82.61º 0.71% 0.38% -
XYZ 7.08 9.97 2.65 -
YUV 81.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 71 97 28 0.27 0 0.71 0.62 82.61 0.55 0.25
Hex 47 61 1C 1B 0 47 3E 53 37 19
Octal 107 141 34 33 0 107 76 123 67 31
Binary 1000111 1100001 11100 11011 0 1000111 111110 1010011 110111 11001

Color Harmonies of #47611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47611C

Black with #47611C

Text Example


Text Example

White with #47611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47611C; }

 p { color: rgb(71,97,28); }

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

background-color css

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

 a { background-color: rgb(71,97,28); }

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

border-color css

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

 span { border-color: rgb(71,97,28); }

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