Html Css Color HEX #45551C Verdun Green

📋 copy color: '#45551C'

red 69 ◦ green 85 ◦ blue 28

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

Shades of Verdun Green #45551C

Tints of Verdun Green #45551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 37.91%
G = 46.7%
B = 15.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#45551C (or 0x45551C) is known color: Verdun Green. HEX triplet: 45, 55 and 1C. RGB value is (69,85,28). Sum of RGB (Red+Green+Blue) = 69+85+28=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #45551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551C is #BAAAE3. Grayscale: #494949. Windows color (decimal): -12233444 or 1856837. OLE color: 1856837.

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

Color convert

RGB 69 85 28 -
CMYK 0.19 0 0.67 0.67
HSL 76.84º 0.5% 0.22% -
HSV(B) 76.84º 0.67% 0.33% -
XYZ 5.91 7.85 2.3 -
YUV 73.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 69 85 28 0.19 0 0.67 0.67 76.84 0.5 0.22
Hex 45 55 1C 13 0 43 43 4D 32 16
Octal 105 125 34 23 0 103 103 115 62 26
Binary 1000101 1010101 11100 10011 0 1000011 1000011 1001101 110010 10110

Color Harmonies of #45551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45551C

Black with #45551C

Text Example


Text Example

White with #45551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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