Html Css Color HEX #454411 Verdun Green

📋 copy color: '#454411'

red 69 ◦ green 68 ◦ blue 17

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

Shades of Verdun Green #454411

Tints of Verdun Green #454411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.16%

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 44.81%
G = 44.16%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#454411 (or 0x454411) is known color: Verdun Green. HEX triplet: 45, 44 and 11. RGB value is (69,68,17). Sum of RGB (Red+Green+Blue) = 69+68+17=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #454411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454411 is #BABBEE. Grayscale: #3E3E3E. Windows color (decimal): -12237807 or 1131589. OLE color: 1131589.

HSL color Cylindrical-coordinate representation of color #454411: hue angle of 58.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #454411 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 68 17 -
CMYK 0 0.01 0.75 0.73
HSL 58.85º 0.6% 0.17% -
HSV(B) 58.85º 0.75% 0.27% -
XYZ 4.62 5.44 1.34 -
YUV 62.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 69 68 17 0 0.01 0.75 0.73 58.85 0.6 0.17
Hex 45 44 11 0 1 4B 49 3B 3C 11
Octal 105 104 21 0 1 113 111 73 74 21
Binary 1000101 1000100 10001 0 1 1001011 1001001 111011 111100 10001

Color Harmonies of #454411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454411

Black with #454411

Text Example


Text Example

White with #454411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454411; }

 p { color: rgb(69,68,17); }

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

background-color css

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

 a { background-color: rgb(69,68,17); }

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

border-color css

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

 span { border-color: rgb(69,68,17); }

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