Html Css Color HEX #426013 Verdun Green

📋 copy color: '#426013'

red 66 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #426013

Tints of Verdun Green #426013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.04%

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 36.46%
G = 53.04%
B = 10.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#426013 (or 0x426013) is known color: Verdun Green. HEX triplet: 42, 60 and 13. RGB value is (66,96,19). Sum of RGB (Red+Green+Blue) = 66+96+19=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #426013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426013 is #BD9FEC. Grayscale: #4E4E4E. Windows color (decimal): -12427245 or 1269826. OLE color: 1269826.

HSL color Cylindrical-coordinate representation of color #426013: hue angle of 83.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #426013 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 19 -
CMYK 0.31 0 0.80 0.62
HSL 83.38º 0.67% 0.23% -
HSV(B) 83.38º 0.8% 0.38% -
XYZ 6.55 9.57 2.12 -
YUV 78.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 66 96 19 0.31 0 0.80 0.62 83.38 0.67 0.23
Hex 42 60 13 1F 0 50 3E 53 43 17
Octal 102 140 23 37 0 120 76 123 103 27
Binary 1000010 1100000 10011 11111 0 1010000 111110 1010011 1000011 10111

Color Harmonies of #426013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426013

Black with #426013

Text Example


Text Example

White with #426013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426013; }

 p { color: rgb(66,96,19); }

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

background-color css

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

 a { background-color: rgb(66,96,19); }

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

border-color css

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

 span { border-color: rgb(66,96,19); }

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