Html Css Color HEX #426900 Verdun Green

📋 copy color: '#426900'

red 66 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #426900

Tints of Verdun Green #426900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.4%

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

R = 38.6%
G = 61.4%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#426900 (or 0x426900) is known color: Verdun Green. HEX triplet: 42, 69 and 00. RGB value is (66,105,0). Sum of RGB (Red+Green+Blue) = 66+105+0=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #426900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426900 is #BD96FF. Grayscale: #515151. Windows color (decimal): -12424960 or 26946. OLE color: 26946.

HSL color Cylindrical-coordinate representation of color #426900: hue angle of 82.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #426900 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 0 -
CMYK 0.37 0 1 0.59
HSL 82.29º 1% 0.21% -
HSV(B) 82.29º 1% 0.41% -
XYZ 7.3 11.26 1.79 -
YUV 81.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 66 105 0 0.37 0 1 0.59 82.29 1 0.21
Hex 42 69 0 25 0 64 3B 52 64 15
Octal 102 151 0 45 0 144 73 122 144 25
Binary 1000010 1101001 0 100101 0 1100100 111011 1010010 1100100 10101

Color Harmonies of #426900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426900

Black with #426900

Text Example


Text Example

White with #426900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426900; }

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

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

background-color css

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

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

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

border-color css

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

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

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