Html Css Color HEX #426513 Verdun Green

📋 copy color: '#426513'

red 66 ◦ green 101 ◦ blue 19

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

Shades of Verdun Green #426513

Tints of Verdun Green #426513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.3%

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

R = 35.48%
G = 54.3%
B = 10.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#426513 (or 0x426513) is known color: Verdun Green. HEX triplet: 42, 65 and 13. RGB value is (66,101,19). Sum of RGB (Red+Green+Blue) = 66+101+19=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #426513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426513 is #BD9AEC. Grayscale: #515151. Windows color (decimal): -12425965 or 1271106. OLE color: 1271106.

HSL color Cylindrical-coordinate representation of color #426513: hue angle of 85.61º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #426513 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 19 -
CMYK 0.35 0 0.81 0.60
HSL 85.61º 0.68% 0.24% -
HSV(B) 85.61º 0.81% 0.4% -
XYZ 7.02 10.51 2.28 -
YUV 81.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 66 101 19 0.35 0 0.81 0.60 85.61 0.68 0.24
Hex 42 65 13 23 0 51 3C 56 44 18
Octal 102 145 23 43 0 121 74 126 104 30
Binary 1000010 1100101 10011 100011 0 1010001 111100 1010110 1000100 11000

Color Harmonies of #426513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426513

Black with #426513

Text Example


Text Example

White with #426513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426513; }

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

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

background-color css

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

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

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

border-color css

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

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

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