Html Css Color HEX #426306 Verdun Green

📋 copy color: '#426306'

red 66 ◦ green 99 ◦ blue 6

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

Shades of Verdun Green #426306

Tints of Verdun Green #426306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 38.6%
G = 57.89%
B = 3.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#426306 (or 0x426306) is known color: Verdun Green. HEX triplet: 42, 63 and 06. RGB value is (66,99,6). Sum of RGB (Red+Green+Blue) = 66+99+6=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #426306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426306 is #BD9CF9. Grayscale: #4E4E4E. Windows color (decimal): -12426490 or 418626. OLE color: 418626.

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

Color convert

RGB 66 99 6 -
CMYK 0.33 0 0.94 0.61
HSL 81.29º 0.89% 0.21% -
HSV(B) 81.29º 0.94% 0.39% -
XYZ 6.74 10.1 1.77 -
YUV 78.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 66 99 6 0.33 0 0.94 0.61 81.29 0.89 0.21
Hex 42 63 6 21 0 5E 3D 51 59 15
Octal 102 143 6 41 0 136 75 121 131 25
Binary 1000010 1100011 110 100001 0 1011110 111101 1010001 1011001 10101

Color Harmonies of #426306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426306

Black with #426306

Text Example


Text Example

White with #426306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426306; }

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

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

background-color css

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

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

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

border-color css

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

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

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