Html Css Color HEX #475004 Verdun Green

📋 copy color: '#475004'

red 71 ◦ green 80 ◦ blue 4

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

Shades of Verdun Green #475004

Tints of Verdun Green #475004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 45.81%
G = 51.61%
B = 2.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#475004 (or 0x475004) is known color: Verdun Green. HEX triplet: 47, 50 and 04. RGB value is (71,80,4). Sum of RGB (Red+Green+Blue) = 71+80+4=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #475004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475004 is #B8AFFB. Grayscale: #444444. Windows color (decimal): -12103676 or 282695. OLE color: 282695.

HSL color Cylindrical-coordinate representation of color #475004: hue angle of 67.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #475004 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 4 -
CMYK 0.11 0 0.95 0.69
HSL 67.11º 0.9% 0.16% -
HSV(B) 67.11º 0.95% 0.31% -
XYZ 5.49 7.09 1.19 -
YUV 68.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 71 80 4 0.11 0 0.95 0.69 67.11 0.9 0.16
Hex 47 50 4 B 0 5F 45 43 5A 10
Octal 107 120 4 13 0 137 105 103 132 20
Binary 1000111 1010000 100 1011 0 1011111 1000101 1000011 1011010 10000

Color Harmonies of #475004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475004

Black with #475004

Text Example


Text Example

White with #475004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475004; }

 p { color: rgb(71,80,4); }

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

background-color css

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

 a { background-color: rgb(71,80,4); }

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

border-color css

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

 span { border-color: rgb(71,80,4); }

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