Html Css Color HEX #475C08 Verdun Green

📋 copy color: '#475C08'

red 71 ◦ green 92 ◦ blue 8

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

Shades of Verdun Green #475C08

Tints of Verdun Green #475C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.8%

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

R = 41.52%
G = 53.8%
B = 4.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#475C08 (or 0x475C08) is known color: Verdun Green. HEX triplet: 47, 5C and 08. RGB value is (71,92,8). Sum of RGB (Red+Green+Blue) = 71+92+8=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #475C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475C08 is #B8A3F7. Grayscale: #4C4C4C. Windows color (decimal): -12100600 or 547911. OLE color: 547911.

HSL color Cylindrical-coordinate representation of color #475C08: hue angle of 75º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #475C08 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 8 -
CMYK 0.23 0 0.91 0.64
HSL 75º 0.84% 0.2% -
HSV(B) 75º 0.91% 0.36% -
XYZ 6.47 9.01 1.63 -
YUV 76.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 71 92 8 0.23 0 0.91 0.64 75 0.84 0.2
Hex 47 5C 8 17 0 5B 40 4B 54 14
Octal 107 134 10 27 0 133 100 113 124 24
Binary 1000111 1011100 1000 10111 0 1011011 1000000 1001011 1010100 10100

Color Harmonies of #475C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C08

Black with #475C08

Text Example


Text Example

White with #475C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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