Html Css Color HEX #426303 Verdun Green

📋 copy color: '#426303'

red 66 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #426303

Tints of Verdun Green #426303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 39.29%
G = 58.93%
B = 1.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#426303 (or 0x426303) is known color: Verdun Green. HEX triplet: 42, 63 and 03. RGB value is (66,99,3). Sum of RGB (Red+Green+Blue) = 66+99+3=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #426303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426303 is #BD9CFC. Grayscale: #4E4E4E. Windows color (decimal): -12426493 or 222018. OLE color: 222018.

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

Color convert

RGB 66 99 3 -
CMYK 0.33 0 0.97 0.61
HSL 80.63º 0.94% 0.2% -
HSV(B) 80.63º 0.97% 0.39% -
XYZ 6.73 10.09 1.68 -
YUV 78.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 66 99 3 0.33 0 0.97 0.61 80.63 0.94 0.2
Hex 42 63 3 21 0 61 3D 51 5E 14
Octal 102 143 3 41 0 141 75 121 136 24
Binary 1000010 1100011 11 100001 0 1100001 111101 1010001 1011110 10100

Color Harmonies of #426303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426303

Black with #426303

Text Example


Text Example

White with #426303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426303; }

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

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

background-color css

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

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

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

border-color css

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

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

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