Html Css Color HEX #476102 Verdun Green

📋 copy color: '#476102'

red 71 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #476102

Tints of Verdun Green #476102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 41.76%
G = 57.06%
B = 1.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#476102 (or 0x476102) is known color: Verdun Green. HEX triplet: 47, 61 and 02. RGB value is (71,97,2). Sum of RGB (Red+Green+Blue) = 71+97+2=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #476102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476102 is #B89EFD. Grayscale: #4E4E4E. Windows color (decimal): -12099326 or 155975. OLE color: 155975.

HSL color Cylindrical-coordinate representation of color #476102: hue angle of 76.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #476102 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 2 -
CMYK 0.27 0 0.98 0.62
HSL 76.42º 0.96% 0.19% -
HSV(B) 76.42º 0.98% 0.38% -
XYZ 6.88 9.89 1.6 -
YUV 78.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 71 97 2 0.27 0 0.98 0.62 76.42 0.96 0.19
Hex 47 61 2 1B 0 62 3E 4C 60 13
Octal 107 141 2 33 0 142 76 114 140 23
Binary 1000111 1100001 10 11011 0 1100010 111110 1001100 1100000 10011

Color Harmonies of #476102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476102

Black with #476102

Text Example


Text Example

White with #476102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476102; }

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

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

background-color css

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

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

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

border-color css

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

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

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