Html Css Color HEX #476D07 Verdun Green

📋 copy color: '#476D07'

red 71 ◦ green 109 ◦ blue 7

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

Shades of Verdun Green #476D07

Tints of Verdun Green #476D07

RGB

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

 GREEN value IS 109 (42.97% from 255) = 58.29%

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

R = 37.97%
G = 58.29%
B = 3.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#476D07 (or 0x476D07) is known color: Verdun Green. HEX triplet: 47, 6D and 07. RGB value is (71,109,7). Sum of RGB (Red+Green+Blue) = 71+109+7=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #476D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D07 is #B892F8. Grayscale: #565656. Windows color (decimal): -12096249 or 486727. OLE color: 486727.

HSL color Cylindrical-coordinate representation of color #476D07: hue angle of 82.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #476D07 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 7 -
CMYK 0.35 0 0.94 0.57
HSL 82.35º 0.88% 0.23% -
HSV(B) 82.35º 0.94% 0.43% -
XYZ 8.11 12.29 2.15 -
YUV 86.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 71 109 7 0.35 0 0.94 0.57 82.35 0.88 0.23
Hex 47 6D 7 23 0 5E 39 52 58 17
Octal 107 155 7 43 0 136 71 122 130 27
Binary 1000111 1101101 111 100011 0 1011110 111001 1010010 1011000 10111

Color Harmonies of #476D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D07

Black with #476D07

Text Example


Text Example

White with #476D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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