Html Css Color HEX #426311 Verdun Green

📋 copy color: '#426311'

red 66 ◦ green 99 ◦ blue 17

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

Shades of Verdun Green #426311

Tints of Verdun Green #426311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 36.26%
G = 54.4%
B = 9.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#426311 (or 0x426311) is known color: Verdun Green. HEX triplet: 42, 63 and 11. RGB value is (66,99,17). Sum of RGB (Red+Green+Blue) = 66+99+17=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #426311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426311 is #BD9CEE. Grayscale: #505050. Windows color (decimal): -12426479 or 1139522. OLE color: 1139522.

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

Color convert

RGB 66 99 17 -
CMYK 0.33 0 0.83 0.61
HSL 84.15º 0.71% 0.23% -
HSV(B) 84.15º 0.83% 0.39% -
XYZ 6.81 10.12 2.13 -
YUV 79.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 66 99 17 0.33 0 0.83 0.61 84.15 0.71 0.23
Hex 42 63 11 21 0 53 3D 54 47 17
Octal 102 143 21 41 0 123 75 124 107 27
Binary 1000010 1100011 10001 100001 0 1010011 111101 1010100 1000111 10111

Color Harmonies of #426311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426311

Black with #426311

Text Example


Text Example

White with #426311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426311; }

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

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

background-color css

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

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

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

border-color css

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

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

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