Html Css Color HEX #426010 Verdun Green

📋 copy color: '#426010'

red 66 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #426010

Tints of Verdun Green #426010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 37.08%
G = 53.93%
B = 8.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#426010 (or 0x426010) is known color: Verdun Green. HEX triplet: 42, 60 and 10. RGB value is (66,96,16). Sum of RGB (Red+Green+Blue) = 66+96+16=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #426010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426010 is #BD9FEF. Grayscale: #4E4E4E. Windows color (decimal): -12427248 or 1073218. OLE color: 1073218.

HSL color Cylindrical-coordinate representation of color #426010: hue angle of 82.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #426010 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 16 -
CMYK 0.31 0 0.83 0.62
HSL 82.5º 0.71% 0.22% -
HSV(B) 82.5º 0.83% 0.38% -
XYZ 6.52 9.56 1.99 -
YUV 77.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 66 96 16 0.31 0 0.83 0.62 82.5 0.71 0.22
Hex 42 60 10 1F 0 53 3E 52 47 16
Octal 102 140 20 37 0 123 76 122 107 26
Binary 1000010 1100000 10000 11111 0 1010011 111110 1010010 1000111 10110

Color Harmonies of #426010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426010

Black with #426010

Text Example


Text Example

White with #426010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426010; }

 p { color: rgb(66,96,16); }

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

background-color css

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

 a { background-color: rgb(66,96,16); }

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

border-color css

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

 span { border-color: rgb(66,96,16); }

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