Html Css Color HEX #426019 Verdun Green

📋 copy color: '#426019'

red 66 ◦ green 96 ◦ blue 25

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

Shades of Verdun Green #426019

Tints of Verdun Green #426019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 35.29%
G = 51.34%
B = 13.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#426019 (or 0x426019) is known color: Verdun Green. HEX triplet: 42, 60 and 19. RGB value is (66,96,25). Sum of RGB (Red+Green+Blue) = 66+96+25=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #426019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426019 is #BD9FE6. Grayscale: #4F4F4F. Windows color (decimal): -12427239 or 1663042. OLE color: 1663042.

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

Color convert

RGB 66 96 25 -
CMYK 0.31 0 0.74 0.62
HSL 85.35º 0.59% 0.24% -
HSV(B) 85.35º 0.74% 0.38% -
XYZ 6.61 9.59 2.42 -
YUV 78.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 66 96 25 0.31 0 0.74 0.62 85.35 0.59 0.24
Hex 42 60 19 1F 0 4A 3E 55 3B 18
Octal 102 140 31 37 0 112 76 125 73 30
Binary 1000010 1100000 11001 11111 0 1001010 111110 1010101 111011 11000

Color Harmonies of #426019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426019

Black with #426019

Text Example


Text Example

White with #426019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426019; }

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

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

background-color css

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

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

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

border-color css

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

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

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