Html Css Color HEX #454410 Verdun Green

📋 copy color: '#454410'

red 69 ◦ green 68 ◦ blue 16

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

Shades of Verdun Green #454410

Tints of Verdun Green #454410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 45.1%
G = 44.44%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#454410 (or 0x454410) is known color: Verdun Green. HEX triplet: 45, 44 and 10. RGB value is (69,68,16). Sum of RGB (Red+Green+Blue) = 69+68+16=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #454410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454410 is #BABBEF. Grayscale: #3E3E3E. Windows color (decimal): -12237808 or 1066053. OLE color: 1066053.

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

Color convert

RGB 69 68 16 -
CMYK 0 0.01 0.77 0.73
HSL 58.87º 0.62% 0.17% -
HSV(B) 58.87º 0.77% 0.27% -
XYZ 4.61 5.44 1.3 -
YUV 62.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 69 68 16 0 0.01 0.77 0.73 58.87 0.62 0.17
Hex 45 44 10 0 1 4D 49 3B 3E 11
Octal 105 104 20 0 1 115 111 73 76 21
Binary 1000101 1000100 10000 0 1 1001101 1001001 111011 111110 10001

Color Harmonies of #454410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454410

Black with #454410

Text Example


Text Example

White with #454410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454410; }

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

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

background-color css

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

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

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

border-color css

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

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

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