Html Css Color HEX #47450F Verdun Green

📋 copy color: '#47450F'

red 71 ◦ green 69 ◦ blue 15

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

Shades of Verdun Green #47450F

Tints of Verdun Green #47450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 45.81%
G = 44.52%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47450F (or 0x47450F) is known color: Verdun Green. HEX triplet: 47, 45 and 0F. RGB value is (71,69,15). Sum of RGB (Red+Green+Blue) = 71+69+15=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47450F is #B8BAF0. Grayscale: #3F3F3F. Windows color (decimal): -12106481 or 1000775. OLE color: 1000775.

HSL color Cylindrical-coordinate representation of color #47450F: hue angle of 57.86º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47450F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 15 -
CMYK 0 0.03 0.79 0.72
HSL 57.86º 0.65% 0.17% -
HSV(B) 57.86º 0.79% 0.28% -
XYZ 4.81 5.63 1.29 -
YUV 63.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 71 69 15 0 0.03 0.79 0.72 57.86 0.65 0.17
Hex 47 45 F 0 3 4F 48 3A 41 11
Octal 107 105 17 0 3 117 110 72 101 21
Binary 1000111 1000101 1111 0 11 1001111 1001000 111010 1000001 10001

Color Harmonies of #47450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47450F

Black with #47450F

Text Example


Text Example

White with #47450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47450F; }

 p { color: rgb(71,69,15); }

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

background-color css

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

 a { background-color: rgb(71,69,15); }

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

border-color css

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

 span { border-color: rgb(71,69,15); }

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