Html Css Color HEX #426512 Verdun Green

📋 copy color: '#426512'

red 66 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #426512

Tints of Verdun Green #426512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.59%

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 35.68%
G = 54.59%
B = 9.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#426512 (or 0x426512) is known color: Verdun Green. HEX triplet: 42, 65 and 12. RGB value is (66,101,18). Sum of RGB (Red+Green+Blue) = 66+101+18=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #426512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426512 is #BD9AED. Grayscale: #515151. Windows color (decimal): -12425966 or 1205570. OLE color: 1205570.

HSL color Cylindrical-coordinate representation of color #426512: hue angle of 85.3º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #426512 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 18 -
CMYK 0.35 0 0.82 0.60
HSL 85.3º 0.7% 0.23% -
HSV(B) 85.3º 0.82% 0.4% -
XYZ 7.01 10.51 2.23 -
YUV 81.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 66 101 18 0.35 0 0.82 0.60 85.3 0.7 0.23
Hex 42 65 12 23 0 52 3C 55 46 17
Octal 102 145 22 43 0 122 74 125 106 27
Binary 1000010 1100101 10010 100011 0 1010010 111100 1010101 1000110 10111

Color Harmonies of #426512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426512

Black with #426512

Text Example


Text Example

White with #426512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426512; }

 p { color: rgb(66,101,18); }

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

background-color css

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

 a { background-color: rgb(66,101,18); }

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

border-color css

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

 span { border-color: rgb(66,101,18); }

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