Html Css Color HEX #45541C Verdun Green

📋 copy color: '#45541C'

red 69 ◦ green 84 ◦ blue 28

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

Shades of Verdun Green #45541C

Tints of Verdun Green #45541C

RGB

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

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

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

R = 38.12%
G = 46.41%
B = 15.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#45541C (or 0x45541C) is known color: Verdun Green. HEX triplet: 45, 54 and 1C. RGB value is (69,84,28). Sum of RGB (Red+Green+Blue) = 69+84+28=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #45541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45541C is #BAABE3. Grayscale: #494949. Windows color (decimal): -12233700 or 1856581. OLE color: 1856581.

HSL color Cylindrical-coordinate representation of color #45541C: hue angle of 76.07º 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 #45541C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 28 -
CMYK 0.18 0 0.67 0.67
HSL 76.07º 0.5% 0.22% -
HSV(B) 76.07º 0.67% 0.33% -
XYZ 5.83 7.69 2.28 -
YUV 73.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 69 84 28 0.18 0 0.67 0.67 76.07 0.5 0.22
Hex 45 54 1C 12 0 43 43 4C 32 16
Octal 105 124 34 22 0 103 103 114 62 26
Binary 1000101 1010100 11100 10010 0 1000011 1000011 1001100 110010 10110

Color Harmonies of #45541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45541C

Black with #45541C

Text Example


Text Example

White with #45541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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