Html Css Color HEX #45511C Verdun Green

📋 copy color: '#45511C'

red 69 ◦ green 81 ◦ blue 28

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

Shades of Verdun Green #45511C

Tints of Verdun Green #45511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 38.76%
G = 45.51%
B = 15.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#45511C (or 0x45511C) is known color: Verdun Green. HEX triplet: 45, 51 and 1C. RGB value is (69,81,28). Sum of RGB (Red+Green+Blue) = 69+81+28=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #45511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45511C is #BAAEE3. Grayscale: #474747. Windows color (decimal): -12234468 or 1855813. OLE color: 1855813.

HSL color Cylindrical-coordinate representation of color #45511C: hue angle of 73.58º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45511C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 81 28 -
CMYK 0.15 0 0.65 0.68
HSL 73.58º 0.49% 0.21% -
HSV(B) 73.58º 0.65% 0.32% -
XYZ 5.61 7.23 2.2 -
YUV 71.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 69 81 28 0.15 0 0.65 0.68 73.58 0.49 0.21
Hex 45 51 1C F 0 41 44 4A 31 15
Octal 105 121 34 17 0 101 104 112 61 25
Binary 1000101 1010001 11100 1111 0 1000001 1000100 1001010 110001 10101

Color Harmonies of #45511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45511C

Black with #45511C

Text Example


Text Example

White with #45511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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