Html Css Color HEX #454517 Verdun Green

📋 copy color: '#454517'

red 69 ◦ green 69 ◦ blue 23

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

Shades of Verdun Green #454517

Tints of Verdun Green #454517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.86%

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#454517 (or 0x454517) is known color: Verdun Green. HEX triplet: 45, 45 and 17. RGB value is (69,69,23). Sum of RGB (Red+Green+Blue) = 69+69+23=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454517 is #BABAE8. Grayscale: #3F3F3F. Windows color (decimal): -12237545 or 1525061. OLE color: 1525061.

HSL color Cylindrical-coordinate representation of color #454517: hue angle of 60º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454517 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 69 23 -
CMYK 0 0 0.67 0.73
HSL 60º 0.5% 0.18% -
HSV(B) 60º 0.67% 0.27% -
XYZ 4.74 5.58 1.64 -
YUV 63.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 69 69 23 0 0 0.67 0.73 60 0.5 0.18
Hex 45 45 17 0 0 43 49 3C 32 12
Octal 105 105 27 0 0 103 111 74 62 22
Binary 1000101 1000101 10111 0 0 1000011 1001001 111100 110010 10010

Color Harmonies of #454517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454517

Black with #454517

Text Example


Text Example

White with #454517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454517; }

 p { color: rgb(69,69,23); }

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

background-color css

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

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

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

border-color css

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

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

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