Html Css Color HEX #454912 Verdun Green

📋 copy color: '#454912'

red 69 ◦ green 73 ◦ blue 18

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

Shades of Verdun Green #454912

Tints of Verdun Green #454912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 43.13%
G = 45.63%
B = 11.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#454912 (or 0x454912) is known color: Verdun Green. HEX triplet: 45, 49 and 12. RGB value is (69,73,18). Sum of RGB (Red+Green+Blue) = 69+73+18=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #454912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454912 is #BAB6ED. Grayscale: #414141. Windows color (decimal): -12236526 or 1198405. OLE color: 1198405.

HSL color Cylindrical-coordinate representation of color #454912: hue angle of 64.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #454912 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 18 -
CMYK 0.05 0 0.75 0.71
HSL 64.36º 0.6% 0.18% -
HSV(B) 64.36º 0.75% 0.29% -
XYZ 4.95 6.07 1.48 -
YUV 65.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 69 73 18 0.05 0 0.75 0.71 64.36 0.6 0.18
Hex 45 49 12 5 0 4B 47 40 3C 12
Octal 105 111 22 5 0 113 107 100 74 22
Binary 1000101 1001001 10010 101 0 1001011 1000111 1000000 111100 10010

Color Harmonies of #454912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454912

Black with #454912

Text Example


Text Example

White with #454912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454912; }

 p { color: rgb(69,73,18); }

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

background-color css

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

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

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

border-color css

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

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

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