Html Css Color HEX #454414 Verdun Green

📋 copy color: '#454414'

red 69 ◦ green 68 ◦ blue 20

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

Shades of Verdun Green #454414

Tints of Verdun Green #454414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 43.95%
G = 43.31%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#454414 (or 0x454414) is known color: Verdun Green. HEX triplet: 45, 44 and 14. RGB value is (69,68,20). Sum of RGB (Red+Green+Blue) = 69+68+20=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #454414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454414 is #BABBEB. Grayscale: #3F3F3F. Windows color (decimal): -12237804 or 1328197. OLE color: 1328197.

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

Color convert

RGB 69 68 20 -
CMYK 0 0.01 0.71 0.73
HSL 58.78º 0.55% 0.17% -
HSV(B) 58.78º 0.71% 0.27% -
XYZ 4.65 5.45 1.47 -
YUV 62.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 69 68 20 0 0.01 0.71 0.73 58.78 0.55 0.17
Hex 45 44 14 0 1 47 49 3B 37 11
Octal 105 104 24 0 1 107 111 73 67 21
Binary 1000101 1000100 10100 0 1 1000111 1001001 111011 110111 10001

Color Harmonies of #454414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454414

Black with #454414

Text Example


Text Example

White with #454414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454414; }

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

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

background-color css

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

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

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

border-color css

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

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

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