Html Css Color HEX #426205 Verdun Green

📋 copy color: '#426205'

red 66 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #426205

Tints of Verdun Green #426205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.99%

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 39.05%
G = 57.99%
B = 2.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#426205 (or 0x426205) is known color: Verdun Green. HEX triplet: 42, 62 and 05. RGB value is (66,98,5). Sum of RGB (Red+Green+Blue) = 66+98+5=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #426205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426205 is #BD9DFA. Grayscale: #4E4E4E. Windows color (decimal): -12426747 or 352834. OLE color: 352834.

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

Color convert

RGB 66 98 5 -
CMYK 0.33 0 0.95 0.62
HSL 80.65º 0.9% 0.2% -
HSV(B) 80.65º 0.95% 0.38% -
XYZ 6.64 9.9 1.71 -
YUV 77.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 66 98 5 0.33 0 0.95 0.62 80.65 0.9 0.2
Hex 42 62 5 21 0 5F 3E 51 5A 14
Octal 102 142 5 41 0 137 76 121 132 24
Binary 1000010 1100010 101 100001 0 1011111 111110 1010001 1011010 10100

Color Harmonies of #426205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426205

Black with #426205

Text Example


Text Example

White with #426205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426205; }

 p { color: rgb(66,98,5); }

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

background-color css

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

 a { background-color: rgb(66,98,5); }

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

border-color css

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

 span { border-color: rgb(66,98,5); }

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