Html Css Color HEX #454413 Verdun Green

📋 copy color: '#454413'

red 69 ◦ green 68 ◦ blue 19

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

Shades of Verdun Green #454413

Tints of Verdun Green #454413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 44.23%
G = 43.59%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#454413 (or 0x454413) is known color: Verdun Green. HEX triplet: 45, 44 and 13. RGB value is (69,68,19). Sum of RGB (Red+Green+Blue) = 69+68+19=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #454413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454413 is #BABBEC. Grayscale: #3E3E3E. Windows color (decimal): -12237805 or 1262661. OLE color: 1262661.

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

Color convert

RGB 69 68 19 -
CMYK 0 0.01 0.72 0.73
HSL 58.8º 0.57% 0.17% -
HSV(B) 58.8º 0.72% 0.27% -
XYZ 4.64 5.45 1.42 -
YUV 62.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 69 68 19 0 0.01 0.72 0.73 58.8 0.57 0.17
Hex 45 44 13 0 1 48 49 3B 39 11
Octal 105 104 23 0 1 110 111 73 71 21
Binary 1000101 1000100 10011 0 1 1001000 1001001 111011 111001 10001

Color Harmonies of #454413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454413

Black with #454413

Text Example


Text Example

White with #454413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454413; }

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

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

background-color css

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

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

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

border-color css

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

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

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