Html Css Color HEX #426710 Verdun Green

📋 copy color: '#426710'

red 66 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #426710

Tints of Verdun Green #426710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.68%

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

R = 35.68%
G = 55.68%
B = 8.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#426710 (or 0x426710) is known color: Verdun Green. HEX triplet: 42, 67 and 10. RGB value is (66,103,16). Sum of RGB (Red+Green+Blue) = 66+103+16=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #426710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426710 is #BD98EF. Grayscale: #525252. Windows color (decimal): -12425456 or 1075010. OLE color: 1075010.

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

Color convert

RGB 66 103 16 -
CMYK 0.36 0 0.84 0.60
HSL 85.52º 0.73% 0.23% -
HSV(B) 85.52º 0.84% 0.4% -
XYZ 7.19 10.9 2.21 -
YUV 82.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 66 103 16 0.36 0 0.84 0.60 85.52 0.73 0.23
Hex 42 67 10 24 0 54 3C 56 49 17
Octal 102 147 20 44 0 124 74 126 111 27
Binary 1000010 1100111 10000 100100 0 1010100 111100 1010110 1001001 10111

Color Harmonies of #426710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426710

Black with #426710

Text Example


Text Example

White with #426710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426710; }

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

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

background-color css

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

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

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

border-color css

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

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

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