Html Css Color HEX #426115 Verdun Green

📋 copy color: '#426115'

red 66 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #426115

Tints of Verdun Green #426115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 35.87%
G = 52.72%
B = 11.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#426115 (or 0x426115) is known color: Verdun Green. HEX triplet: 42, 61 and 15. RGB value is (66,97,21). Sum of RGB (Red+Green+Blue) = 66+97+21=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #426115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426115 is #BD9EEA. Grayscale: #4F4F4F. Windows color (decimal): -12426987 or 1401154. OLE color: 1401154.

HSL color Cylindrical-coordinate representation of color #426115: hue angle of 84.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #426115 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 21 -
CMYK 0.32 0 0.78 0.62
HSL 84.47º 0.64% 0.23% -
HSV(B) 84.47º 0.78% 0.38% -
XYZ 6.66 9.76 2.24 -
YUV 79.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 66 97 21 0.32 0 0.78 0.62 84.47 0.64 0.23
Hex 42 61 15 20 0 4E 3E 54 40 17
Octal 102 141 25 40 0 116 76 124 100 27
Binary 1000010 1100001 10101 100000 0 1001110 111110 1010100 1000000 10111

Color Harmonies of #426115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426115

Black with #426115

Text Example


Text Example

White with #426115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426115; }

 p { color: rgb(66,97,21); }

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

background-color css

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

 a { background-color: rgb(66,97,21); }

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

border-color css

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

 span { border-color: rgb(66,97,21); }

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