Html Css Color HEX #456413 Verdun Green

📋 copy color: '#456413'

red 69 ◦ green 100 ◦ blue 19

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

Shades of Verdun Green #456413

Tints of Verdun Green #456413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.19%

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

R = 36.7%
G = 53.19%
B = 10.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#456413 (or 0x456413) is known color: Verdun Green. HEX triplet: 45, 64 and 13. RGB value is (69,100,19). Sum of RGB (Red+Green+Blue) = 69+100+19=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #456413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456413 is #BA9BEC. Grayscale: #515151. Windows color (decimal): -12229613 or 1270853. OLE color: 1270853.

HSL color Cylindrical-coordinate representation of color #456413: hue angle of 82.96º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #456413 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 100 19 -
CMYK 0.31 0 0.81 0.61
HSL 82.96º 0.68% 0.23% -
HSV(B) 82.96º 0.81% 0.39% -
XYZ 7.13 10.43 2.25 -
YUV 81.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 69 100 19 0.31 0 0.81 0.61 82.96 0.68 0.23
Hex 45 64 13 1F 0 51 3D 53 44 17
Octal 105 144 23 37 0 121 75 123 104 27
Binary 1000101 1100100 10011 11111 0 1010001 111101 1010011 1000100 10111

Color Harmonies of #456413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456413

Black with #456413

Text Example


Text Example

White with #456413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456413; }

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

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

background-color css

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

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

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

border-color css

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

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

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