Html Css Color HEX #455413 Verdun Green

📋 copy color: '#455413'

red 69 ◦ green 84 ◦ blue 19

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

Shades of Verdun Green #455413

Tints of Verdun Green #455413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

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

R = 40.12%
G = 48.84%
B = 11.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#455413 (or 0x455413) is known color: Verdun Green. HEX triplet: 45, 54 and 13. RGB value is (69,84,19). Sum of RGB (Red+Green+Blue) = 69+84+19=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #455413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455413 is #BAABEC. Grayscale: #484848. Windows color (decimal): -12233709 or 1266757. OLE color: 1266757.

HSL color Cylindrical-coordinate representation of color #455413: hue angle of 73.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455413 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 19 -
CMYK 0.18 0 0.77 0.67
HSL 73.85º 0.63% 0.2% -
HSV(B) 73.85º 0.77% 0.33% -
XYZ 5.74 7.65 1.79 -
YUV 72.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 69 84 19 0.18 0 0.77 0.67 73.85 0.63 0.2
Hex 45 54 13 12 0 4D 43 4A 3F 14
Octal 105 124 23 22 0 115 103 112 77 24
Binary 1000101 1010100 10011 10010 0 1001101 1000011 1001010 111111 10100

Color Harmonies of #455413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455413

Black with #455413

Text Example


Text Example

White with #455413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455413; }

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

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

background-color css

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

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

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

border-color css

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

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

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