Html Css Color HEX #426018 Verdun Green

📋 copy color: '#426018'

red 66 ◦ green 96 ◦ blue 24

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

Shades of Verdun Green #426018

Tints of Verdun Green #426018

RGB

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

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

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

R = 35.48%
G = 51.61%
B = 12.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#426018 (or 0x426018) is known color: Verdun Green. HEX triplet: 42, 60 and 18. RGB value is (66,96,24). Sum of RGB (Red+Green+Blue) = 66+96+24=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #426018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426018 is #BD9FE7. Grayscale: #4F4F4F. Windows color (decimal): -12427240 or 1597506. OLE color: 1597506.

HSL color Cylindrical-coordinate representation of color #426018: hue angle of 85º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #426018 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 24 -
CMYK 0.31 0 0.75 0.62
HSL 85º 0.6% 0.24% -
HSV(B) 85º 0.75% 0.38% -
XYZ 6.59 9.59 2.37 -
YUV 78.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 66 96 24 0.31 0 0.75 0.62 85 0.6 0.24
Hex 42 60 18 1F 0 4B 3E 55 3C 18
Octal 102 140 30 37 0 113 76 125 74 30
Binary 1000010 1100000 11000 11111 0 1001011 111110 1010101 111100 11000

Color Harmonies of #426018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426018

Black with #426018

Text Example


Text Example

White with #426018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426018; }

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

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

background-color css

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

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

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

border-color css

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

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

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