Html Css Color HEX #426300 Verdun Green

📋 copy color: '#426300'

red 66 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #426300

Tints of Verdun Green #426300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60%

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

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#426300 (or 0x426300) is known color: Verdun Green. HEX triplet: 42, 63 and 00. RGB value is (66,99,0). Sum of RGB (Red+Green+Blue) = 66+99+0=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #426300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426300 is #BD9CFF. Grayscale: #4E4E4E. Windows color (decimal): -12426496 or 25410. OLE color: 25410.

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

Color convert

RGB 66 99 0 -
CMYK 0.33 0 1 0.61
HSL 80º 1% 0.19% -
HSV(B) 80º 1% 0.39% -
XYZ 6.71 10.08 1.59 -
YUV 77.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 66 99 0 0.33 0 1 0.61 80 1 0.19
Hex 42 63 0 21 0 64 3D 50 64 13
Octal 102 143 0 41 0 144 75 120 144 23
Binary 1000010 1100011 0 100001 0 1100100 111101 1010000 1100100 10011

Color Harmonies of #426300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426300

Black with #426300

Text Example


Text Example

White with #426300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426300; }

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

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

background-color css

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

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

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

border-color css

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

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

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