Html Css Color HEX #47450D Verdun Green

📋 copy color: '#47450D'

red 71 ◦ green 69 ◦ blue 13

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

Shades of Verdun Green #47450D

Tints of Verdun Green #47450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 46.41%
G = 45.1%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47450D (or 0x47450D) is known color: Verdun Green. HEX triplet: 47, 45 and 0D. RGB value is (71,69,13). Sum of RGB (Red+Green+Blue) = 71+69+13=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47450D is #B8BAF2. Grayscale: #3F3F3F. Windows color (decimal): -12106483 or 869703. OLE color: 869703.

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

Color convert

RGB 71 69 13 -
CMYK 0 0.03 0.82 0.72
HSL 57.93º 0.69% 0.16% -
HSV(B) 57.93º 0.82% 0.28% -
XYZ 4.8 5.62 1.21 -
YUV 63.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 71 69 13 0 0.03 0.82 0.72 57.93 0.69 0.16
Hex 47 45 D 0 3 52 48 3A 45 10
Octal 107 105 15 0 3 122 110 72 105 20
Binary 1000111 1000101 1101 0 11 1010010 1001000 111010 1000101 10000

Color Harmonies of #47450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47450D

Black with #47450D

Text Example


Text Example

White with #47450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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