Html Css Color HEX #446313 Verdun Green

📋 copy color: '#446313'

red 68 ◦ green 99 ◦ blue 19

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

Shades of Verdun Green #446313

Tints of Verdun Green #446313

RGB

 RED value IS 68 (26.95% from 255) = 36.56%

 GREEN value IS 99 (39.06% from 255) = 53.23%

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

R = 36.56%
G = 53.23%
B = 10.22%

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

#446313 (or 0x446313) is known color: Verdun Green. HEX triplet: 44, 63 and 13. RGB value is (68,99,19). Sum of RGB (Red+Green+Blue) = 68+99+19=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #446313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446313 is #BB9CEC. Grayscale: #505050. Windows color (decimal): -12295405 or 1270596. OLE color: 1270596.

HSL color Cylindrical-coordinate representation of color #446313: hue angle of 83.25º 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 #446313 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 99 19 -
CMYK 0.31 0 0.81 0.61
HSL 83.25º 0.68% 0.23% -
HSV(B) 83.25º 0.81% 0.39% -
XYZ 6.96 10.2 2.22 -
YUV 80.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 68 99 19 0.31 0 0.81 0.61 83.25 0.68 0.23
Hex 44 63 13 1F 0 51 3D 53 44 17
Octal 104 143 23 37 0 121 75 123 104 27
Binary 1000100 1100011 10011 11111 0 1010001 111101 1010011 1000100 10111

Color Harmonies of #446313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446313

Black with #446313

Text Example


Text Example

White with #446313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446313; }

 p { color: rgb(68,99,19); }

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

background-color css

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

 a { background-color: rgb(68,99,19); }

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

border-color css

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

 span { border-color: rgb(68,99,19); }

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