Html Css Color HEX #475D12 Verdun Green

📋 copy color: '#475D12'

red 71 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #475D12

Tints of Verdun Green #475D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.1%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 39.01%
G = 51.1%
B = 9.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#475D12 (or 0x475D12) is known color: Verdun Green. HEX triplet: 47, 5D and 12. RGB value is (71,93,18). Sum of RGB (Red+Green+Blue) = 71+93+18=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #475D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475D12 is #B8A2ED. Grayscale: #4E4E4E. Windows color (decimal): -12100334 or 1203527. OLE color: 1203527.

HSL color Cylindrical-coordinate representation of color #475D12: hue angle of 77.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #475D12 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 18 -
CMYK 0.24 0 0.81 0.64
HSL 77.6º 0.68% 0.22% -
HSV(B) 77.6º 0.81% 0.36% -
XYZ 6.62 9.21 2 -
YUV 77.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 71 93 18 0.24 0 0.81 0.64 77.6 0.68 0.22
Hex 47 5D 12 18 0 51 40 4E 44 16
Octal 107 135 22 30 0 121 100 116 104 26
Binary 1000111 1011101 10010 11000 0 1010001 1000000 1001110 1000100 10110

Color Harmonies of #475D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D12

Black with #475D12

Text Example


Text Example

White with #475D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,18); }

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

background-color css

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

 a { background-color: rgb(71,93,18); }

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

border-color css

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

 span { border-color: rgb(71,93,18); }

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