Html Css Color HEX #45470D Verdun Green

📋 copy color: '#45470D'

red 69 ◦ green 71 ◦ blue 13

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

Shades of Verdun Green #45470D

Tints of Verdun Green #45470D

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #45470D: hue angle of 62.07º 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 #45470D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 71 13 -
CMYK 0.03 0 0.82 0.72
HSL 62.07º 0.69% 0.16% -
HSV(B) 62.07º 0.82% 0.28% -
XYZ 4.78 5.8 1.25 -
YUV 63.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 69 71 13 0.03 0 0.82 0.72 62.07 0.69 0.16
Hex 45 47 D 3 0 52 48 3E 45 10
Octal 105 107 15 3 0 122 110 76 105 20
Binary 1000101 1000111 1101 11 0 1010010 1001000 111110 1000101 10000

Color Harmonies of #45470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45470D

Black with #45470D

Text Example


Text Example

White with #45470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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