Html Css Color HEX #454509 Verdun Green

📋 copy color: '#454509'

red 69 ◦ green 69 ◦ blue 9

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

Shades of Verdun Green #454509

Tints of Verdun Green #454509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.12%

R = 46.94%
G = 46.94%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#454509 (or 0x454509) is known color: Verdun Green. HEX triplet: 45, 45 and 09. RGB value is (69,69,9). Sum of RGB (Red+Green+Blue) = 69+69+9=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454509 is #BABAF6. Grayscale: #3E3E3E. Windows color (decimal): -12237559 or 607557. OLE color: 607557.

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

Color convert

RGB 69 69 9 -
CMYK 0 0 0.87 0.73
HSL 60º 0.77% 0.15% -
HSV(B) 60º 0.87% 0.27% -
XYZ 4.63 5.54 1.08 -
YUV 62.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 69 69 9 0 0 0.87 0.73 60 0.77 0.15
Hex 45 45 9 0 0 57 49 3C 4D F
Octal 105 105 11 0 0 127 111 74 115 17
Binary 1000101 1000101 1001 0 0 1010111 1001001 111100 1001101 1111

Color Harmonies of #454509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454509

Black with #454509

Text Example


Text Example

White with #454509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454509; }

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

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

background-color css

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

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

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

border-color css

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

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

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