Html Css Color HEX #426100 Verdun Green

📋 copy color: '#426100'

red 66 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #426100

Tints of Verdun Green #426100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.49%
G = 59.51%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#426100 (or 0x426100) is known color: Verdun Green. HEX triplet: 42, 61 and 00. RGB value is (66,97,0). Sum of RGB (Red+Green+Blue) = 66+97+0=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #426100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426100 is #BD9EFF. Grayscale: #4D4D4D. Windows color (decimal): -12427008 or 24898. OLE color: 24898.

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

Color convert

RGB 66 97 0 -
CMYK 0.32 0 1 0.62
HSL 79.18º 1% 0.19% -
HSV(B) 79.18º 1% 0.38% -
XYZ 6.52 9.71 1.53 -
YUV 76.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 66 97 0 0.32 0 1 0.62 79.18 1 0.19
Hex 42 61 0 20 0 64 3E 4F 64 13
Octal 102 141 0 40 0 144 76 117 144 23
Binary 1000010 1100001 0 100000 0 1100100 111110 1001111 1100100 10011

Color Harmonies of #426100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426100

Black with #426100

Text Example


Text Example

White with #426100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426100; }

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

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

background-color css

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

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

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

border-color css

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

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

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