Html Css Color HEX #426015 Verdun Green

📋 copy color: '#426015'

red 66 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #426015

Tints of Verdun Green #426015

RGB

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

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

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

R = 36.07%
G = 52.46%
B = 11.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#426015 (or 0x426015) is known color: Verdun Green. HEX triplet: 42, 60 and 15. RGB value is (66,96,21). Sum of RGB (Red+Green+Blue) = 66+96+21=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #426015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426015 is #BD9FEA. Grayscale: #4E4E4E. Windows color (decimal): -12427243 or 1400898. OLE color: 1400898.

HSL color Cylindrical-coordinate representation of color #426015: hue angle of 84º 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 #426015 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 21 -
CMYK 0.31 0 0.78 0.62
HSL 84º 0.64% 0.23% -
HSV(B) 84º 0.78% 0.38% -
XYZ 6.56 9.58 2.21 -
YUV 78.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 66 96 21 0.31 0 0.78 0.62 84 0.64 0.23
Hex 42 60 15 1F 0 4E 3E 54 40 17
Octal 102 140 25 37 0 116 76 124 100 27
Binary 1000010 1100000 10101 11111 0 1001110 111110 1010100 1000000 10111

Color Harmonies of #426015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426015

Black with #426015

Text Example


Text Example

White with #426015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426015; }

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

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

background-color css

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

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

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

border-color css

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

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

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