Html Css Color HEX #474B19 Verdun Green

📋 copy color: '#474B19'

red 71 ◦ green 75 ◦ blue 25

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

Shades of Verdun Green #474B19

Tints of Verdun Green #474B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.62%

R = 41.52%
G = 43.86%
B = 14.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#474B19 (or 0x474B19) is known color: Verdun Green. HEX triplet: 47, 4B and 19. RGB value is (71,75,25). Sum of RGB (Red+Green+Blue) = 71+75+25=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #474B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B19 is #B8B4E6. Grayscale: #444444. Windows color (decimal): -12104935 or 1657671. OLE color: 1657671.

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

Color convert

RGB 71 75 25 -
CMYK 0.05 0 0.67 0.71
HSL 64.8º 0.5% 0.2% -
HSV(B) 64.8º 0.67% 0.29% -
XYZ 5.29 6.44 1.88 -
YUV 68.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 71 75 25 0.05 0 0.67 0.71 64.8 0.5 0.2
Hex 47 4B 19 5 0 43 47 41 32 14
Octal 107 113 31 5 0 103 107 101 62 24
Binary 1000111 1001011 11001 101 0 1000011 1000111 1000001 110010 10100

Color Harmonies of #474B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B19

Black with #474B19

Text Example


Text Example

White with #474B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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