Html Css Color HEX #474B0D Verdun Green

📋 copy color: '#474B0D'

red 71 ◦ green 75 ◦ blue 13

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

Shades of Verdun Green #474B0D

Tints of Verdun Green #474B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.17%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 44.65%
G = 47.17%
B = 8.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#474B0D (or 0x474B0D) is known color: Verdun Green. HEX triplet: 47, 4B and 0D. RGB value is (71,75,13). Sum of RGB (Red+Green+Blue) = 71+75+13=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #474B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B0D is #B8B4F2. Grayscale: #424242. Windows color (decimal): -12104947 or 871239. OLE color: 871239.

HSL color Cylindrical-coordinate representation of color #474B0D: hue angle of 63.87º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #474B0D is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 75 13 -
CMYK 0.05 0 0.83 0.71
HSL 63.87º 0.7% 0.17% -
HSV(B) 63.87º 0.83% 0.29% -
XYZ 5.19 6.4 1.34 -
YUV 66.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 71 75 13 0.05 0 0.83 0.71 63.87 0.7 0.17
Hex 47 4B D 5 0 53 47 40 46 11
Octal 107 113 15 5 0 123 107 100 106 21
Binary 1000111 1001011 1101 101 0 1010011 1000111 1000000 1000110 10001

Color Harmonies of #474B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B0D

Black with #474B0D

Text Example


Text Example

White with #474B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,75,13); }

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

background-color css

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

 a { background-color: rgb(71,75,13); }

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

border-color css

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

 span { border-color: rgb(71,75,13); }

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