Html Css Color HEX #476B02 Verdun Green

📋 copy color: '#476B02'

red 71 ◦ green 107 ◦ blue 2

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

Shades of Verdun Green #476B02

Tints of Verdun Green #476B02

RGB

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

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

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

R = 39.44%
G = 59.44%
B = 1.11%

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

#476B02 (or 0x476B02) is known color: Verdun Green. HEX triplet: 47, 6B and 02. RGB value is (71,107,2). Sum of RGB (Red+Green+Blue) = 71+107+2=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #476B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476B02 is #B894FD. Grayscale: #545454. Windows color (decimal): -12096766 or 158535. OLE color: 158535.

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

Color convert

RGB 71 107 2 -
CMYK 0.34 0 0.98 0.58
HSL 80.57º 0.96% 0.21% -
HSV(B) 80.57º 0.98% 0.42% -
XYZ 7.87 11.86 1.93 -
YUV 84.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 71 107 2 0.34 0 0.98 0.58 80.57 0.96 0.21
Hex 47 6B 2 22 0 62 3A 51 60 15
Octal 107 153 2 42 0 142 72 121 140 25
Binary 1000111 1101011 10 100010 0 1100010 111010 1010001 1100000 10101

Color Harmonies of #476B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B02

Black with #476B02

Text Example


Text Example

White with #476B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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