Html Css Color HEX #426318 Verdun Green

📋 copy color: '#426318'

red 66 ◦ green 99 ◦ blue 24

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

Shades of Verdun Green #426318

Tints of Verdun Green #426318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 34.92%
G = 52.38%
B = 12.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#426318 (or 0x426318) is known color: Verdun Green. HEX triplet: 42, 63 and 18. RGB value is (66,99,24). Sum of RGB (Red+Green+Blue) = 66+99+24=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #426318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426318 is #BD9CE7. Grayscale: #505050. Windows color (decimal): -12426472 or 1598274. OLE color: 1598274.

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

Color convert

RGB 66 99 24 -
CMYK 0.33 0 0.76 0.61
HSL 86.4º 0.61% 0.24% -
HSV(B) 86.4º 0.76% 0.39% -
XYZ 6.87 10.15 2.46 -
YUV 80.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 66 99 24 0.33 0 0.76 0.61 86.4 0.61 0.24
Hex 42 63 18 21 0 4C 3D 56 3D 18
Octal 102 143 30 41 0 114 75 126 75 30
Binary 1000010 1100011 11000 100001 0 1001100 111101 1010110 111101 11000

Color Harmonies of #426318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426318

Black with #426318

Text Example


Text Example

White with #426318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426318; }

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

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

background-color css

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

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

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

border-color css

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

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

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