#42634F

Color #42634F Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #42634F

Tints of Feldgrau #42634F

Color information

#42634F (or 0x42634F) is unknown color: approx Feldgrau. HEX triplet: 42, 63 and 4F. RGB value is (66,99,79). Sum of RGB (Red+Green+Blue) = 66+99+79=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #42634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42634F is #BD9CB0. Grayscale: #565656. Windows color (decimal): -12426417 or 5202754. OLE color: 5202754.

HSL color Cylindrical-coordinate representation of color #42634F: hue angle of 143.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42634F is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB669979-
CMYK0.3300.200.61
HSL143.64º20%32.35%-
HSV(B)143.64º33.33%38.82%-
XYZ8.1210.659.02-
YUV86.85123.57113.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=27.05%
G=40.57%
B=32.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699790.3300.200.61143.642032.35
Hex42634F210143D901420
Octal10214311741024752202440
Binary1000010110001110011111000010101001111011001000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42634F; }

 p { color: rgb(66,99,79); }

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

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

 a { background-color: rgb(66,99,79); }

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

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

 span { border-color: rgb(66,99,79); }

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