#42471A

Color #42471A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #42471A

Tints of Verdun Green #42471A

Color information

#42471A (or 0x42471A) is unknown color: approx Verdun Green. HEX triplet: 42, 47 and 1A. RGB value is (66,71,26). Sum of RGB (Red+Green+Blue) = 66+71+26=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #42471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42471A is #BDB8E5. Grayscale: #404040. Windows color (decimal): -12433638 or 1722178. OLE color: 1722178.

HSL color Cylindrical-coordinate representation of color #42471A: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42471A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB667126-
CMYK0.0700.630.72
HSL66.67º46.39%19.02%-
HSV(B)66.67º63.38%27.84%-
XYZ4.695.741.84-
YUV64.38106.34129.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=40.49%
G=43.56%
B=15.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671260.0700.630.7266.6746.3919.02
Hex42471A703F48432e13
Octal1021073270771101035623
Binary100001010001111101011101111111001000100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42471A; }

 p { color: rgb(66,71,26); }

 H1.HeaderClassName
 {
   color: #42471A;
 }
 .AnyTagClassName
 {
   color: #42471A;
 }
</style>
background-color css

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

 a { background-color: rgb(66,71,26); }

 div.DivClassName
 {
   background-color: #42471A;
 }
 .BgClassName
 {
   background-color: #42471A;
 }
</style>
border-color css

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

 span { border-color: rgb(66,71,26); }

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