Html Css Color HEX #474F0B Verdun Green

📋 copy color: '#474F0B'

red 71 ◦ green 79 ◦ blue 11

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

Shades of Verdun Green #474F0B

Tints of Verdun Green #474F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.07%

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 44.1%
G = 49.07%
B = 6.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#474F0B (or 0x474F0B) is known color: Verdun Green. HEX triplet: 47, 4F and 0B. RGB value is (71,79,11). Sum of RGB (Red+Green+Blue) = 71+79+11=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #474F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474F0B is #B8B0F4. Grayscale: #454545. Windows color (decimal): -12103925 or 741191. OLE color: 741191.

HSL color Cylindrical-coordinate representation of color #474F0B: hue angle of 67.06º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #474F0B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 11 -
CMYK 0.10 0 0.86 0.69
HSL 67.06º 0.76% 0.18% -
HSV(B) 67.06º 0.86% 0.31% -
XYZ 5.45 6.96 1.37 -
YUV 68.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 71 79 11 0.10 0 0.86 0.69 67.06 0.76 0.18
Hex 47 4F B A 0 56 45 43 4C 12
Octal 107 117 13 12 0 126 105 103 114 22
Binary 1000111 1001111 1011 1010 0 1010110 1000101 1000011 1001100 10010

Color Harmonies of #474F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F0B

Black with #474F0B

Text Example


Text Example

White with #474F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F0B; }

 p { color: rgb(71,79,11); }

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

background-color css

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

 a { background-color: rgb(71,79,11); }

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

border-color css

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

 span { border-color: rgb(71,79,11); }

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