Html Css Color HEX #426104 Verdun Green

📋 copy color: '#426104'

red 66 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #426104

Tints of Verdun Green #426104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.08%

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

R = 39.52%
G = 58.08%
B = 2.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#426104 (or 0x426104) is known color: Verdun Green. HEX triplet: 42, 61 and 04. RGB value is (66,97,4). Sum of RGB (Red+Green+Blue) = 66+97+4=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #426104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426104 is #BD9EFB. Grayscale: #4D4D4D. Windows color (decimal): -12427004 or 287042. OLE color: 287042.

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

Color convert

RGB 66 97 4 -
CMYK 0.32 0 0.96 0.62
HSL 80º 0.92% 0.2% -
HSV(B) 80º 0.96% 0.38% -
XYZ 6.54 9.72 1.65 -
YUV 77.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 66 97 4 0.32 0 0.96 0.62 80 0.92 0.2
Hex 42 61 4 20 0 60 3E 50 5C 14
Octal 102 141 4 40 0 140 76 120 134 24
Binary 1000010 1100001 100 100000 0 1100000 111110 1010000 1011100 10100

Color Harmonies of #426104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426104

Black with #426104

Text Example


Text Example

White with #426104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426104; }

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

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

background-color css

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

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

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

border-color css

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

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

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