Html Css Color HEX #45541D Verdun Green

📋 copy color: '#45541D'

red 69 ◦ green 84 ◦ blue 29

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

Shades of Verdun Green #45541D

Tints of Verdun Green #45541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 37.91%
G = 46.15%
B = 15.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#45541D (or 0x45541D) is known color: Verdun Green. HEX triplet: 45, 54 and 1D. RGB value is (69,84,29). Sum of RGB (Red+Green+Blue) = 69+84+29=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #45541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45541D is #BAABE2. Grayscale: #494949. Windows color (decimal): -12233699 or 1922117. OLE color: 1922117.

HSL color Cylindrical-coordinate representation of color #45541D: hue angle of 76.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45541D is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 29 -
CMYK 0.18 0 0.65 0.67
HSL 76.36º 0.49% 0.22% -
HSV(B) 76.36º 0.65% 0.33% -
XYZ 5.85 7.69 2.34 -
YUV 73.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 69 84 29 0.18 0 0.65 0.67 76.36 0.49 0.22
Hex 45 54 1D 12 0 41 43 4C 31 16
Octal 105 124 35 22 0 101 103 114 61 26
Binary 1000101 1010100 11101 10010 0 1000001 1000011 1001100 110001 10110

Color Harmonies of #45541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45541D

Black with #45541D

Text Example


Text Example

White with #45541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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