#42624B

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

Shades of Feldgrau #42624B

Tints of Feldgrau #42624B

Color information

#42624B (or 0x42624B) is unknown color: approx Feldgrau. HEX triplet: 42, 62 and 4B. RGB value is (66,98,75). Sum of RGB (Red+Green+Blue) = 66+98+75=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #42624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42624B is #BD9DB4. Grayscale: #555555. Windows color (decimal): -12426677 or 4940354. OLE color: 4940354.

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

Color convert

RGB669875-
CMYK0.3300.230.62
HSL136.88º19.51%32.16%-
HSV(B)136.88º32.65%38.43%-
XYZ7.8810.48.25-
YUV85.81121.9113.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=27.62%
G=41.00%
B=31.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698750.3300.230.62136.8819.5132.16
Hex42624B210173E891420
Octal10214211341027762112440
Binary1000010110001010010111000010101111111101000100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42624B; }

 p { color: rgb(66,98,75); }

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

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

 a { background-color: rgb(66,98,75); }

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

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

 span { border-color: rgb(66,98,75); }

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