Html Css Color HEX #476607 Verdun Green

📋 copy color: '#476607'

red 71 ◦ green 102 ◦ blue 7

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

Shades of Verdun Green #476607

Tints of Verdun Green #476607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.67%

 BLUE value IS 7 (3.13% from 255) = 3.89%

R = 39.44%
G = 56.67%
B = 3.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#476607 (or 0x476607) is known color: Verdun Green. HEX triplet: 47, 66 and 07. RGB value is (71,102,7). Sum of RGB (Red+Green+Blue) = 71+102+7=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #476607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476607 is #B899F8. Grayscale: #525252. Windows color (decimal): -12098041 or 484935. OLE color: 484935.

HSL color Cylindrical-coordinate representation of color #476607: hue angle of 79.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #476607 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 7 -
CMYK 0.30 0 0.93 0.6
HSL 79.58º 0.87% 0.21% -
HSV(B) 79.58º 0.93% 0.4% -
XYZ 7.39 10.86 1.91 -
YUV 81.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 71 102 7 0.30 0 0.93 0.6 79.58 0.87 0.21
Hex 47 66 7 1E 0 5D 3C 50 57 15
Octal 107 146 7 36 0 135 74 120 127 25
Binary 1000111 1100110 111 11110 0 1011101 111100 1010000 1010111 10101

Color Harmonies of #476607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476607

Black with #476607

Text Example


Text Example

White with #476607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476607; }

 p { color: rgb(71,102,7); }

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

background-color css

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

 a { background-color: rgb(71,102,7); }

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

border-color css

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

 span { border-color: rgb(71,102,7); }

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