Html Css Color HEX #426313 Verdun Green

📋 copy color: '#426313'

red 66 ◦ green 99 ◦ blue 19

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

Shades of Verdun Green #426313

Tints of Verdun Green #426313

RGB

 RED value IS 66 (26.17% from 255) = 35.87%

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

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

R = 35.87%
G = 53.8%
B = 10.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#426313 (or 0x426313) is known color: Verdun Green. HEX triplet: 42, 63 and 13. RGB value is (66,99,19). Sum of RGB (Red+Green+Blue) = 66+99+19=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #426313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426313 is #BD9CEC. Grayscale: #505050. Windows color (decimal): -12426477 or 1270594. OLE color: 1270594.

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

Color convert

RGB 66 99 19 -
CMYK 0.33 0 0.81 0.61
HSL 84.75º 0.68% 0.23% -
HSV(B) 84.75º 0.81% 0.39% -
XYZ 6.83 10.13 2.21 -
YUV 80.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 66 99 19 0.33 0 0.81 0.61 84.75 0.68 0.23
Hex 42 63 13 21 0 51 3D 55 44 17
Octal 102 143 23 41 0 121 75 125 104 27
Binary 1000010 1100011 10011 100001 0 1010001 111101 1010101 1000100 10111

Color Harmonies of #426313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426313

Black with #426313

Text Example


Text Example

White with #426313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426313; }

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

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

background-color css

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

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

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

border-color css

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

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

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