Html Css Color HEX #45520D Verdun Green

📋 copy color: '#45520D'

red 69 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #45520D

Tints of Verdun Green #45520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50%

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

R = 42.07%
G = 50%
B = 7.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#45520D (or 0x45520D) is known color: Verdun Green. HEX triplet: 45, 52 and 0D. RGB value is (69,82,13). Sum of RGB (Red+Green+Blue) = 69+82+13=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #45520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45520D is #BAADF2. Grayscale: #464646. Windows color (decimal): -12234227 or 873029. OLE color: 873029.

HSL color Cylindrical-coordinate representation of color #45520D: hue angle of 71.3º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45520D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 13 -
CMYK 0.16 0 0.84 0.68
HSL 71.3º 0.73% 0.19% -
HSV(B) 71.3º 0.84% 0.32% -
XYZ 5.54 7.33 1.5 -
YUV 70.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 69 82 13 0.16 0 0.84 0.68 71.3 0.73 0.19
Hex 45 52 D 10 0 54 44 47 49 13
Octal 105 122 15 20 0 124 104 107 111 23
Binary 1000101 1010010 1101 10000 0 1010100 1000100 1000111 1001001 10011

Color Harmonies of #45520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45520D

Black with #45520D

Text Example


Text Example

White with #45520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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