Html Css Color HEX #476C02 Verdun Green

📋 copy color: '#476C02'

red 71 ◦ green 108 ◦ blue 2

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

Shades of Verdun Green #476C02

Tints of Verdun Green #476C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 59.67%

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

R = 39.23%
G = 59.67%
B = 1.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#476C02 (or 0x476C02) is known color: Verdun Green. HEX triplet: 47, 6C and 02. RGB value is (71,108,2). Sum of RGB (Red+Green+Blue) = 71+108+2=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #476C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476C02 is #B893FD. Grayscale: #555555. Windows color (decimal): -12096510 or 158791. OLE color: 158791.

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

Color convert

RGB 71 108 2 -
CMYK 0.34 0 0.98 0.58
HSL 80.94º 0.96% 0.22% -
HSV(B) 80.94º 0.98% 0.42% -
XYZ 7.97 12.07 1.97 -
YUV 84.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 71 108 2 0.34 0 0.98 0.58 80.94 0.96 0.22
Hex 47 6C 2 22 0 62 3A 51 60 16
Octal 107 154 2 42 0 142 72 121 140 26
Binary 1000111 1101100 10 100010 0 1100010 111010 1010001 1100000 10110

Color Harmonies of #476C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C02

Black with #476C02

Text Example


Text Example

White with #476C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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