Html Css Color HEX #45551D Verdun Green

📋 copy color: '#45551D'

red 69 ◦ green 85 ◦ blue 29

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

Shades of Verdun Green #45551D

Tints of Verdun Green #45551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 37.7%
G = 46.45%
B = 15.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#45551D (or 0x45551D) is known color: Verdun Green. HEX triplet: 45, 55 and 1D. RGB value is (69,85,29). Sum of RGB (Red+Green+Blue) = 69+85+29=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #45551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551D is #BAAAE2. Grayscale: #4A4A4A. Windows color (decimal): -12233443 or 1922373. OLE color: 1922373.

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

Color convert

RGB 69 85 29 -
CMYK 0.19 0 0.66 0.67
HSL 77.14º 0.49% 0.22% -
HSV(B) 77.14º 0.66% 0.33% -
XYZ 5.92 7.85 2.37 -
YUV 73.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 69 85 29 0.19 0 0.66 0.67 77.14 0.49 0.22
Hex 45 55 1D 13 0 42 43 4D 31 16
Octal 105 125 35 23 0 102 103 115 61 26
Binary 1000101 1010101 11101 10011 0 1000010 1000011 1001101 110001 10110

Color Harmonies of #45551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45551D

Black with #45551D

Text Example


Text Example

White with #45551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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