Html Css Color HEX #454407 Verdun Green

📋 copy color: '#454407'

red 69 ◦ green 68 ◦ blue 7

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

Shades of Verdun Green #454407

Tints of Verdun Green #454407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 47.92%
G = 47.22%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#454407 (or 0x454407) is known color: Verdun Green. HEX triplet: 45, 44 and 07. RGB value is (69,68,7). Sum of RGB (Red+Green+Blue) = 69+68+7=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #454407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454407 is #BABBF8. Grayscale: #3D3D3D. Windows color (decimal): -12237817 or 476229. OLE color: 476229.

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

Color convert

RGB 69 68 7 -
CMYK 0 0.01 0.90 0.73
HSL 59.03º 0.82% 0.15% -
HSV(B) 59.03º 0.9% 0.27% -
XYZ 4.56 5.41 1.01 -
YUV 61.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 69 68 7 0 0.01 0.90 0.73 59.03 0.82 0.15
Hex 45 44 7 0 1 5A 49 3B 52 F
Octal 105 104 7 0 1 132 111 73 122 17
Binary 1000101 1000100 111 0 1 1011010 1001001 111011 1010010 1111

Color Harmonies of #454407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454407

Black with #454407

Text Example


Text Example

White with #454407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454407; }

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

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

background-color css

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

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

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

border-color css

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

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

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