Html Css Color HEX #45541E Verdun Green

📋 copy color: '#45541E'

red 69 ◦ green 84 ◦ blue 30

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

Shades of Verdun Green #45541E

Tints of Verdun Green #45541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 37.7%
G = 45.9%
B = 16.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#45541E (or 0x45541E) is known color: Verdun Green. HEX triplet: 45, 54 and 1E. RGB value is (69,84,30). Sum of RGB (Red+Green+Blue) = 69+84+30=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #45541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45541E is #BAABE1. Grayscale: #494949. Windows color (decimal): -12233698 or 1987653. OLE color: 1987653.

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

Color convert

RGB 69 84 30 -
CMYK 0.18 0 0.64 0.67
HSL 76.67º 0.47% 0.22% -
HSV(B) 76.67º 0.64% 0.33% -
XYZ 5.86 7.7 2.41 -
YUV 73.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 69 84 30 0.18 0 0.64 0.67 76.67 0.47 0.22
Hex 45 54 1E 12 0 40 43 4D 2F 16
Octal 105 124 36 22 0 100 103 115 57 26
Binary 1000101 1010100 11110 10010 0 1000000 1000011 1001101 101111 10110

Color Harmonies of #45541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45541E

Black with #45541E

Text Example


Text Example

White with #45541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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