Html Css Color HEX #426012 Verdun Green

📋 copy color: '#426012'

red 66 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #426012

Tints of Verdun Green #426012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 36.67%
G = 53.33%
B = 10%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#426012 (or 0x426012) is known color: Verdun Green. HEX triplet: 42, 60 and 12. RGB value is (66,96,18). Sum of RGB (Red+Green+Blue) = 66+96+18=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #426012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426012 is #BD9FED. Grayscale: #4E4E4E. Windows color (decimal): -12427246 or 1204290. OLE color: 1204290.

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

Color convert

RGB 66 96 18 -
CMYK 0.31 0 0.81 0.62
HSL 83.08º 0.68% 0.22% -
HSV(B) 83.08º 0.81% 0.38% -
XYZ 6.54 9.57 2.07 -
YUV 78.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 66 96 18 0.31 0 0.81 0.62 83.08 0.68 0.22
Hex 42 60 12 1F 0 51 3E 53 44 16
Octal 102 140 22 37 0 121 76 123 104 26
Binary 1000010 1100000 10010 11111 0 1010001 111110 1010011 1000100 10110

Color Harmonies of #426012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426012

Black with #426012

Text Example


Text Example

White with #426012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426012; }

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

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

background-color css

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

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

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

border-color css

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

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

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