Html Css Color HEX #476B04 Verdun Green

📋 copy color: '#476B04'

red 71 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #476B04

Tints of Verdun Green #476B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.79%

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 39.01%
G = 58.79%
B = 2.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#476B04 (or 0x476B04) is known color: Verdun Green. HEX triplet: 47, 6B and 04. RGB value is (71,107,4). Sum of RGB (Red+Green+Blue) = 71+107+4=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #476B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476B04 is #B894FB. Grayscale: #545454. Windows color (decimal): -12096764 or 289607. OLE color: 289607.

HSL color Cylindrical-coordinate representation of color #476B04: hue angle of 80.97º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #476B04 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 4 -
CMYK 0.34 0 0.96 0.58
HSL 80.97º 0.93% 0.22% -
HSV(B) 80.97º 0.96% 0.42% -
XYZ 7.88 11.86 1.99 -
YUV 84.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 71 107 4 0.34 0 0.96 0.58 80.97 0.93 0.22
Hex 47 6B 4 22 0 60 3A 51 5D 16
Octal 107 153 4 42 0 140 72 121 135 26
Binary 1000111 1101011 100 100010 0 1100000 111010 1010001 1011101 10110

Color Harmonies of #476B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B04

Black with #476B04

Text Example


Text Example

White with #476B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,107,4); }

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

background-color css

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

 a { background-color: rgb(71,107,4); }

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

border-color css

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

 span { border-color: rgb(71,107,4); }

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