Html Css Color HEX #474D18 Verdun Green

📋 copy color: '#474D18'

red 71 ◦ green 77 ◦ blue 24

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

Shades of Verdun Green #474D18

Tints of Verdun Green #474D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 41.28%
G = 44.77%
B = 13.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#474D18 (or 0x474D18) is known color: Verdun Green. HEX triplet: 47, 4D and 18. RGB value is (71,77,24). Sum of RGB (Red+Green+Blue) = 71+77+24=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #474D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474D18 is #B8B2E7. Grayscale: #454545. Windows color (decimal): -12104424 or 1592647. OLE color: 1592647.

HSL color Cylindrical-coordinate representation of color #474D18: hue angle of 66.79º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #474D18 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 77 24 -
CMYK 0.08 0 0.69 0.70
HSL 66.79º 0.52% 0.2% -
HSV(B) 66.79º 0.69% 0.3% -
XYZ 5.42 6.71 1.87 -
YUV 69.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 71 77 24 0.08 0 0.69 0.70 66.79 0.52 0.2
Hex 47 4D 18 8 0 45 46 43 34 14
Octal 107 115 30 10 0 105 106 103 64 24
Binary 1000111 1001101 11000 1000 0 1000101 1000110 1000011 110100 10100

Color Harmonies of #474D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D18

Black with #474D18

Text Example


Text Example

White with #474D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,24); }

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

background-color css

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

 a { background-color: rgb(71,77,24); }

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

border-color css

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

 span { border-color: rgb(71,77,24); }

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