Html Css Color HEX #47601A Verdun Green

📋 copy color: '#47601A'

red 71 ◦ green 96 ◦ blue 26

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

Shades of Verdun Green #47601A

Tints of Verdun Green #47601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.74%

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 36.79%
G = 49.74%
B = 13.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#47601A (or 0x47601A) is known color: Verdun Green. HEX triplet: 47, 60 and 1A. RGB value is (71,96,26). Sum of RGB (Red+Green+Blue) = 71+96+26=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #47601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47601A is #B89FE5. Grayscale: #505050. Windows color (decimal): -12099558 or 1728583. OLE color: 1728583.

HSL color Cylindrical-coordinate representation of color #47601A: hue angle of 81.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47601A is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 26 -
CMYK 0.26 0 0.73 0.62
HSL 81.43º 0.57% 0.24% -
HSV(B) 81.43º 0.73% 0.38% -
XYZ 6.97 9.78 2.5 -
YUV 80.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 71 96 26 0.26 0 0.73 0.62 81.43 0.57 0.24
Hex 47 60 1A 1A 0 49 3E 51 39 18
Octal 107 140 32 32 0 111 76 121 71 30
Binary 1000111 1100000 11010 11010 0 1001001 111110 1010001 111001 11000

Color Harmonies of #47601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47601A

Black with #47601A

Text Example


Text Example

White with #47601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47601A; }

 p { color: rgb(71,96,26); }

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

background-color css

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

 a { background-color: rgb(71,96,26); }

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

border-color css

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

 span { border-color: rgb(71,96,26); }

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