Html Css Color HEX #474908 Verdun Green

📋 copy color: '#474908'

red 71 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #474908

Tints of Verdun Green #474908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.03%

 BLUE value IS 8 (3.52% from 255) = 5.26%

R = 46.71%
G = 48.03%
B = 5.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#474908 (or 0x474908) is known color: Verdun Green. HEX triplet: 47, 49 and 08. RGB value is (71,73,8). Sum of RGB (Red+Green+Blue) = 71+73+8=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #474908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474908 is #B8B6F7. Grayscale: #414141. Windows color (decimal): -12105464 or 543047. OLE color: 543047.

HSL color Cylindrical-coordinate representation of color #474908: hue angle of 61.85º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #474908 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 8 -
CMYK 0.03 0 0.89 0.71
HSL 61.85º 0.8% 0.16% -
HSV(B) 61.85º 0.89% 0.29% -
XYZ 5.02 6.12 1.15 -
YUV 64.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 71 73 8 0.03 0 0.89 0.71 61.85 0.8 0.16
Hex 47 49 8 3 0 59 47 3E 50 10
Octal 107 111 10 3 0 131 107 76 120 20
Binary 1000111 1001001 1000 11 0 1011001 1000111 111110 1010000 10000

Color Harmonies of #474908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474908

Black with #474908

Text Example


Text Example

White with #474908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474908; }

 p { color: rgb(71,73,8); }

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

background-color css

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

 a { background-color: rgb(71,73,8); }

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

border-color css

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

 span { border-color: rgb(71,73,8); }

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