Html Css Color HEX #454309 Verdun Green

📋 copy color: '#454309'

red 69 ◦ green 67 ◦ blue 9

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

Shades of Verdun Green #454309

Tints of Verdun Green #454309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 47.59%
G = 46.21%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#454309 (or 0x454309) is known color: Verdun Green. HEX triplet: 45, 43 and 09. RGB value is (69,67,9). Sum of RGB (Red+Green+Blue) = 69+67+9=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #454309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454309 is #BABCF6. Grayscale: #3D3D3D. Windows color (decimal): -12238071 or 607045. OLE color: 607045.

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

Color convert

RGB 69 67 9 -
CMYK 0 0.03 0.87 0.73
HSL 58º 0.77% 0.15% -
HSV(B) 58º 0.87% 0.27% -
XYZ 4.51 5.3 1.04 -
YUV 60.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 69 67 9 0 0.03 0.87 0.73 58 0.77 0.15
Hex 45 43 9 0 3 57 49 3A 4D F
Octal 105 103 11 0 3 127 111 72 115 17
Binary 1000101 1000011 1001 0 11 1010111 1001001 111010 1001101 1111

Color Harmonies of #454309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454309

Black with #454309

Text Example


Text Example

White with #454309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454309; }

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

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

background-color css

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

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

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

border-color css

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

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

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