Html Css Color HEX #454510 Verdun Green

📋 copy color: '#454510'

red 69 ◦ green 69 ◦ blue 16

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

Shades of Verdun Green #454510

Tints of Verdun Green #454510

RGB

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

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

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

R = 44.81%
G = 44.81%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#454510 (or 0x454510) is known color: Verdun Green. HEX triplet: 45, 45 and 10. RGB value is (69,69,16). Sum of RGB (Red+Green+Blue) = 69+69+16=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454510 is #BABAEF. Grayscale: #3F3F3F. Windows color (decimal): -12237552 or 1066309. OLE color: 1066309.

HSL color Cylindrical-coordinate representation of color #454510: hue angle of 60º 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 #454510 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 69 16 -
CMYK 0 0 0.77 0.73
HSL 60º 0.62% 0.17% -
HSV(B) 60º 0.77% 0.27% -
XYZ 4.68 5.56 1.32 -
YUV 62.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 69 69 16 0 0 0.77 0.73 60 0.62 0.17
Hex 45 45 10 0 0 4D 49 3C 3E 11
Octal 105 105 20 0 0 115 111 74 76 21
Binary 1000101 1000101 10000 0 0 1001101 1001001 111100 111110 10001

Color Harmonies of #454510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454510

Black with #454510

Text Example


Text Example

White with #454510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454510; }

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

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

background-color css

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

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

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

border-color css

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

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

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