Html Css Color HEX #45521D Verdun Green

📋 copy color: '#45521D'

red 69 ◦ green 82 ◦ blue 29

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

Shades of Verdun Green #45521D

Tints of Verdun Green #45521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.11%

R = 38.33%
G = 45.56%
B = 16.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#45521D (or 0x45521D) is known color: Verdun Green. HEX triplet: 45, 52 and 1D. RGB value is (69,82,29). Sum of RGB (Red+Green+Blue) = 69+82+29=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #45521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45521D is #BAADE2. Grayscale: #484848. Windows color (decimal): -12234211 or 1921605. OLE color: 1921605.

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

Color convert

RGB 69 82 29 -
CMYK 0.16 0 0.65 0.68
HSL 74.72º 0.48% 0.22% -
HSV(B) 74.72º 0.65% 0.32% -
XYZ 5.69 7.39 2.29 -
YUV 72.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 69 82 29 0.16 0 0.65 0.68 74.72 0.48 0.22
Hex 45 52 1D 10 0 41 44 4B 30 16
Octal 105 122 35 20 0 101 104 113 60 26
Binary 1000101 1010010 11101 10000 0 1000001 1000100 1001011 110000 10110

Color Harmonies of #45521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45521D

Black with #45521D

Text Example


Text Example

White with #45521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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