Html Css Color HEX #454613 Verdun Green

📋 copy color: '#454613'

red 69 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #454613

Tints of Verdun Green #454613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 43.67%
G = 44.3%
B = 12.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#454613 (or 0x454613) is known color: Verdun Green. HEX triplet: 45, 46 and 13. RGB value is (69,70,19). Sum of RGB (Red+Green+Blue) = 69+70+19=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #454613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454613 is #BAB9EC. Grayscale: #404040. Windows color (decimal): -12237293 or 1263173. OLE color: 1263173.

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

Color convert

RGB 69 70 19 -
CMYK 0.01 0 0.73 0.73
HSL 61.18º 0.57% 0.17% -
HSV(B) 61.18º 0.73% 0.27% -
XYZ 4.76 5.69 1.46 -
YUV 63.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 69 70 19 0.01 0 0.73 0.73 61.18 0.57 0.17
Hex 45 46 13 1 0 49 49 3D 39 11
Octal 105 106 23 1 0 111 111 75 71 21
Binary 1000101 1000110 10011 1 0 1001001 1001001 111101 111001 10001

Color Harmonies of #454613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454613

Black with #454613

Text Example


Text Example

White with #454613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454613; }

 p { color: rgb(69,70,19); }

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

background-color css

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

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

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

border-color css

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

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

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