Html Css Color HEX #474F1A Verdun Green

📋 copy color: '#474F1A'

red 71 ◦ green 79 ◦ blue 26

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

Shades of Verdun Green #474F1A

Tints of Verdun Green #474F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 40.34%
G = 44.89%
B = 14.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#474F1A (or 0x474F1A) is known color: Verdun Green. HEX triplet: 47, 4F and 1A. RGB value is (71,79,26). Sum of RGB (Red+Green+Blue) = 71+79+26=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #474F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F1A is #B8B0E5. Grayscale: #464646. Windows color (decimal): -12103910 or 1724231. OLE color: 1724231.

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

Color convert

RGB 71 79 26 -
CMYK 0.10 0 0.67 0.69
HSL 69.06º 0.5% 0.21% -
HSV(B) 69.06º 0.67% 0.31% -
XYZ 5.58 7.01 2.04 -
YUV 70.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 71 79 26 0.10 0 0.67 0.69 69.06 0.5 0.21
Hex 47 4F 1A A 0 43 45 45 32 15
Octal 107 117 32 12 0 103 105 105 62 25
Binary 1000111 1001111 11010 1010 0 1000011 1000101 1000101 110010 10101

Color Harmonies of #474F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F1A

Black with #474F1A

Text Example


Text Example

White with #474F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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