Html Css Color HEX #426404 Verdun Green

📋 copy color: '#426404'

red 66 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #426404

Tints of Verdun Green #426404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 58.82%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 38.82%
G = 58.82%
B = 2.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#426404 (or 0x426404) is known color: Verdun Green. HEX triplet: 42, 64 and 04. RGB value is (66,100,4). Sum of RGB (Red+Green+Blue) = 66+100+4=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #426404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426404 is #BD9BFB. Grayscale: #4F4F4F. Windows color (decimal): -12426236 or 287810. OLE color: 287810.

HSL color Cylindrical-coordinate representation of color #426404: hue angle of 81.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #426404 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 4 -
CMYK 0.34 0 0.96 0.61
HSL 81.25º 0.92% 0.2% -
HSV(B) 81.25º 0.96% 0.39% -
XYZ 6.83 10.28 1.74 -
YUV 78.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 66 100 4 0.34 0 0.96 0.61 81.25 0.92 0.2
Hex 42 64 4 22 0 60 3D 51 5C 14
Octal 102 144 4 42 0 140 75 121 134 24
Binary 1000010 1100100 100 100010 0 1100000 111101 1010001 1011100 10100

Color Harmonies of #426404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426404

Black with #426404

Text Example


Text Example

White with #426404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426404; }

 p { color: rgb(66,100,4); }

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

background-color css

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

 a { background-color: rgb(66,100,4); }

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

border-color css

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

 span { border-color: rgb(66,100,4); }

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